Skip to content

Commit

Permalink
Add change note for #68
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Oct 23, 2018
1 parent d2b90a7 commit 8c132c1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
Changes
=========

2.3.1 (unreleased)
2.4.0 (unreleased)
==================

- Nothing changed yet.
- Changed the implementation of ThreadTransactionManager to be a
thread.local that wraps a TransactionManager rather than a
thread.local that inherits from TransactionManager. It now exposes a
manager attribute that allows access to the wrapped transaction
manager to allow cross thread calls. See `issue 68
<https://github.com/zopefoundation/transaction/pull/68>`_.


2.3.0 (2018-10-19)
Expand Down

0 comments on commit 8c132c1

Please sign in to comment.