Skip to content

Commit

Permalink
more docs tweaks [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcikstefan committed May 8, 2017
1 parent e52603b commit 0bc7aa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Development

Changes in 0.14.0
=================
- BREAKING CHANGE: Removed the `coerce_types` param from `QuerySet.as_pymongo`.
- BREAKING CHANGE: Removed the `coerce_types` param from `QuerySet.as_pymongo` #1549
- POTENTIAL BREAKING CHANGE: Made EmbeddedDocument not hashable by default #1528
- Improved code quality #1531, #1540, #1541, #1547

Expand Down
4 changes: 2 additions & 2 deletions docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Development

0.14.0
******
This release includes a few bug fixes and another significant code cleanup.
The most important change is that `QuerySet.as_pymongo` no longer supports a
This release includes a few bug fixes and a significant code cleanup. The most
important change is that `QuerySet.as_pymongo` no longer supports a
`coerce_types` mode. If you used it in the past, a) please let us know of your
use case, b) you'll need to override `as_pymongo` to get the desired outcome.

Expand Down

0 comments on commit 0bc7aa5

Please sign in to comment.