Merge pull request #2447 from bagerard/_changelog_0_22_0
prepare 0.22.0
This commit is contained in:
		| @@ -6,8 +6,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.22.0 | ||||||
|  | ================= | ||||||
| - Fix LazyReferenceField dereferencing in embedded documents #2426 | - Fix LazyReferenceField dereferencing in embedded documents #2426 | ||||||
| - Fix regarding the recent use of Cursor.__spec in .count() that was interfering with mongomock #2425 | - Fix regarding the recent use of Cursor.__spec in .count() that was interfering with mongomock #2425 | ||||||
|  | - Drop support for Python 3.5 by introducing f-strings in the codebase | ||||||
|  |  | ||||||
| Changes in 0.21.0 | Changes in 0.21.0 | ||||||
| ================= | ================= | ||||||
|   | |||||||
| @@ -28,7 +28,7 @@ __all__ = ( | |||||||
| ) | ) | ||||||
|  |  | ||||||
|  |  | ||||||
| VERSION = (0, 21, 0) | VERSION = (0, 22, 0) | ||||||
|  |  | ||||||
|  |  | ||||||
| def get_version(): | def get_version(): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user