Skip to content

Commit

Permalink
added missing change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfulton committed May 17, 2017
1 parent e9c7492 commit e2ffc03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
5.2.4 (unreleased)
==================

- ``DB.close`` now explicitly frees internal resources. This is
helpful to avoid false positives in tests that check for leaks.

- Optimize getting the path to a blob file. See
`issue 161 <<https://github.com/zopefoundation/ZODB/pull/161>`_.
`issue 161 <<https://github.com/zopefoundation/ZODB/pull/161>`_.

- All classes are new-style classes on Python 2 (they were already
new-style on Python 3). This improves performance on PyPy. See
`issue 160 <<https://github.com/zopefoundation/ZODB/pull/160>`_.
Expand Down

0 comments on commit e2ffc03

Please sign in to comment.