Add log in changelog

This commit is contained in:
Erdenezul Batmunkh 2019-09-03 16:17:09 +02:00
parent a06e605e67
commit 1dbe7a3163

View File

@ -18,6 +18,7 @@ Development
- Fix updating/modifying/deleting/reloading a document that's sharded by a field with ``db_field`` specified. #2125 - Fix updating/modifying/deleting/reloading a document that's sharded by a field with ``db_field`` specified. #2125
- ``ListField`` now accepts an optional ``max_length`` parameter. #2110 - ``ListField`` now accepts an optional ``max_length`` parameter. #2110
- The codebase is now formatted using ``black``. #2109 - The codebase is now formatted using ``black``. #2109
- In bulk write insert, the detailed error message would raise in exception.
Changes in 0.18.2 Changes in 0.18.2
================= =================