added entry in changelog for py2py3 compatibility

This commit is contained in:
Bastien Gérard 2019-12-14 21:23:28 +01:00
parent 9166ba91d7
commit d8c0631dab

View File

@ -6,6 +6,7 @@ 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).
- Codebase is now compatible with both Python2 and Python3 (no more relying on 2to3 during installation) #2087
- Documentation improvements: - Documentation improvements:
- Documented how `pymongo.monitoring` can be used to log all queries issued by MongoEngine to the driver. - Documented how `pymongo.monitoring` can be used to log all queries issued by MongoEngine to the driver.
- BREAKING CHANGE: ``class_check`` and ``read_preference`` keyword arguments are no longer available when filtering a ``QuerySet``. #2112 - BREAKING CHANGE: ``class_check`` and ``read_preference`` keyword arguments are no longer available when filtering a ``QuerySet``. #2112