Skip to content

Commit

Permalink
Merge pull request #2623 from bagerard/prepare_release_0_24_0
Browse files Browse the repository at this point in the history
Prepare release 0 24 0
  • Loading branch information
bagerard committed Feb 20, 2022
2 parents d0c4fb4 + 26e81cc commit 3e57ba7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop your features).

Changes in 0.24.0
=================
- EnumField improvements: now ``choices`` limits the values of an enum to allow
- Fix bug that prevented instance queryset from using custom queryset_class #2589
- Fix deepcopy of EmbeddedDocument #2202
- Introduce a base exception class for MongoEngine exceptions (MongoEngineException).
Note that this doesn't concern the pymongo errors #2515
- Fix error when using precision=0 with DecimalField #2535
- Add support for regex and whole word text search query #2568
- Add support for update aggregation pipeline #2578
Expand Down Expand Up @@ -45,7 +50,7 @@ Development
locally.

Changes in 0.23.1
===========
=================
- Bug fix: ignore LazyReferenceFields when clearing _changed_fields #2484
- Improve connection doc #2481

Expand Down
2 changes: 1 addition & 1 deletion mongoengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)


VERSION = (0, 23, 1)
VERSION = (0, 24, 0)


def get_version():
Expand Down

0 comments on commit 3e57ba7

Please sign in to comment.