Skip to content

Commit

Permalink
Name the specific exceptions in the changes [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jun 28, 2016
1 parent a2276f1 commit 856caa4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ Performance
Other Enhancements
------------------

- Raise a specific exception when acquiring the commit or pack locks
- Raise a specific exception when acquiring the commit lock
(:exc:`~relstorage.adapters.interfaces.UnableToAcquireCommitLockError`) or pack
lock (:exc:`~relstorage.adapters.interfaces.UnableToAcquirePackUndoLockError`)
fails. See :pr:`18`.

- ``RelStorage.lastTransaction()`` is more consistent with FileStorage
Expand Down

0 comments on commit 856caa4

Please sign in to comment.