update changelog for 0.23.0 release

This commit is contained in:
Bastien Gerard 2021-03-04 22:46:29 +01:00
parent 7147043d63
commit 34d273015c
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,5 @@
========= =========
Changelog Changelog
========= =========
@ -6,8 +7,12 @@ Changelog
Development Development
=========== ===========
- (Fill this out as you fix issues and develop your features). - (Fill this out as you fix issues and develop your features).
Changes in 0.23.0
===========
- Bugfix: manually setting SequenceField in DynamicDocument doesn't increment the counter #2471 - Bugfix: manually setting SequenceField in DynamicDocument doesn't increment the counter #2471
- Add MongoDB 4.2 and 4.4 to CI - Add MongoDB 4.2 and 4.4 to CI
- Add support for allowDiskUse on querysets #2468
Changes in 0.22.1 Changes in 0.22.1
================= =================

View File

@ -28,7 +28,7 @@ __all__ = (
) )
VERSION = (0, 22, 1) VERSION = (0, 23, 0)
def get_version(): def get_version():