Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/remove-dbref'
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSkriblovsky committed Jun 10, 2015
2 parents efb39b7 + 2306607 commit 279ca02
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/source/NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

Release 15.2 (UNRELEASED)
-------------------------

API Changes
^^^^^^^^^^^

- ``txmongo.dbref`` removed. Use ``bson.dbref`` instead.
**Incompatibility note:** ``bson.dbref.DBRef`` takes collection name as string while
``txmongo.dbref.DBRef`` was able to accept ``Collection`` instance. Please use
``collection.name`` instead.

Features
^^^^^^^^

Bugfixes
^^^^^^^^


Release 15.1 (2015-06-08)
-------------------------

Expand Down

0 comments on commit 279ca02

Please sign in to comment.