Commit d645415a authored by Tres Seaver's avatar Tres Seaver

Changelog for PR #6.

parent ea7505e5
......@@ -5,8 +5,12 @@
4.0.7 (unreleased)
------------------
- Avoid a KeyError from ``_p_accessed()`` on newly-created objects under
pure-Python: these objects may be assigned to a jar, but not yet added
to its cache. (PR #6)
- Avoid a failure in ``Persistent.__setstate__`` when the state dict
contains exactly two keys. (PR #5).
contains exactly two keys. (PR #5)
- Fix a hang in ``picklecache`` invalidation if OIDs are manually passed
out-of-order. (PR #4)
......
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