Commit 8113c29f authored by Kirill Smelkov's avatar Kirill Smelkov

changes: Add draft entry for loadAt/loadBeforeEx/DemoStorage fix

The changelog entry uses loadBeforeEx, but we are likely to change this
name during https://github.com/zopefoundation/ZODB/pull/323 review.
parent 94723259
......@@ -5,6 +5,13 @@
5.6.1 (unreleased)
==================
- Fix DemoStorage data corruption in the presence of whiteouts.
This change is implemented via introducing new ``loadBeforeEx`` interface
that extends and corrects ``loadBefore`` semantic.
See `issue 318 <https://github.com/zopefoundation/ZODB/issues/318>`_
and `PR 323 <https://github.com/zopefoundation/ZODB/pull/323>`_
for details.
- Fix UnboundLocalError when running fsoids.py script.
See `issue 268 <https://github.com/zopefoundation/ZODB/issues/285>`_.
......
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