prepare changelog

This commit is contained in:
Bastien Gerard 2021-05-04 10:49:57 +02:00
parent 2215e2746b
commit d0a15a8924
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop your features).
Changes in 0.23.1
===========
- Bug fix: ignore LazyReferenceFields when clearing _changed_fields #2484
- Improve connection doc #2481

View File

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