Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Make note of bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Nov 25, 2014
1 parent 2ecf120 commit d867755
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Expand Up @@ -35,6 +35,9 @@ CHANGES
least 2 replications have been successfully been reported (w=3). It used to
be set to w=1, which blocks until master confirms the write.

- Bug: PersistentDict ``__eq__()`` and ``__neq__()`` methods do not rely on
``__cmp__()`` anymore.

- Bug: When a persistent object which is a subobject is modified, on
abort restore the state of the parent object.

Expand Down

0 comments on commit d867755

Please sign in to comment.