Commit b3184fd8 authored by Michael Howitz's avatar Michael Howitz

Set required minimum version of `transaction`.

parent b6ac40f1
......@@ -22,6 +22,11 @@
exceptions on certain types of bad input. See `issue 216
<https://github.com/zopefoundation/ZODB/issues/216>`_.
- Fix KeyError on releasing resources of a Connection when closing the DB.
This requires at least version 2.4 of the `transaction` package.
See `issue 208 <https://github.com/zopefoundation/ZODB/issues/208>`.
5.4.0 (2018-03-26)
==================
......
......@@ -71,7 +71,7 @@ setup(
'persistent >= 4.4.0',
'BTrees >= 4.2.0',
'ZConfig',
'transaction >= 2.0.3',
'transaction >= 2.4',
'six',
'zc.lockfile',
'zope.interface',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment