Skip to content

Commit

Permalink
changelog: pull request #307
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuchemb committed Jun 10, 2020
1 parent 4a6b028 commit 181fa37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
affected Storage implementations that rely on mvccadapter, and could result
in data corruption (oid loaded at wrong serial after a concurrent commit).
See `issue 290 <https://github.com/zopefoundation/ZODB/issues/290>`_.
As mentionned in pull request #307, interfaces are clarified about the fact
that storage implementations must update at a precise moment the value that
is returned by lastTransaction(): just after invalidate() or
tpc_finish callback.

- Improve volatile attribute ``_v_`` documentation.

Expand Down

0 comments on commit 181fa37

Please sign in to comment.