Skip to content

Commit

Permalink
Update changelog. Ref #376.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 13, 2019
1 parent df21d05 commit 19a271b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
18.0.0
------

* #375: On macOS, the backend now raises a ``KeyringLocked``
when access to the keyring is denied (on get or set) instead
of ``PasswordSetError`` or ``KeyringError``. Any API users
may need to account for this change, probably by catching
the parent ``KeyringError``.
Additionally, the error message from the underying error is
now included in any errors that occur.

17.1.1
------

Expand Down

0 comments on commit 19a271b

Please sign in to comment.