update the changelog and bump the version to v0.12.0

This commit is contained in:
Stefan Wojcik
2017-04-07 10:18:39 -04:00
parent 972ac73dd9
commit 888a6da4a5
3 changed files with 15 additions and 2 deletions

View File

@@ -6,6 +6,9 @@ Development
***********
(Fill this out whenever you introduce breaking changes to MongoEngine)
0.12.0
******
This release includes various fixes for the `BaseQuerySet` methods and how they
are chained together. Since version 0.10.1 applying limit/skip/hint/batch_size
to an already-existing queryset wouldn't modify the underlying PyMongo cursor.