Skip to content

Commit

Permalink
Changelog for PR #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 22, 2015
1 parent 5283e74 commit 004688d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Changes
4.1.0 (unreleased)
------------------

- Make ``zope.container._proxy.PytContainedProxyBase`` inherit directly
from ``persistent.AbstractProxyBase``, removing a bunch of redundant
code, and fixing bugs in interaction with pure-Python persistence.
See: https://github.com/zopefoundation/zope.container/pull/4

- Add direct dependencies on ``zope.proxy`` and ``persistent`` since we
import from them; pin them to the versions needed for pure-Python.

- Drop deprecated BBB imports module, ``zope.container.dependency``.

4.0.0 (2014-03-19)
Expand Down

0 comments on commit 004688d

Please sign in to comment.