update changelog and upgrade docs

This commit is contained in:
Stefan Wojcik
2016-12-11 15:56:04 -05:00
parent d51788050f
commit af6601a2e1
2 changed files with 26 additions and 0 deletions

View File

@@ -4,6 +4,12 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop you features).
Changes in 0.11.0
=================
- BREAKING CHANGE: Renamed `ConnectionError` to `MongoEngineConnectionError` since the former is a built-in exception name in Python v3.x. #1428
- BREAKING CHANGE: Dropped Python 2.6 support. #1428
- Fixed absent rounding for DecimalField when `force_string` is set. #1103
Changes in 0.10.8