aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5d049c..e256fc6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -52,6 +52,8 @@ SPDX-License-Identifier: MIT
- Add the `force_take` function that ignores a `PoisonError` when accessing
the manager instance.
- Internally refactor the `device` module into submodules.
+- Refactor authentication:
+ - Add `AuthenticationError`.
# v0.3.4 (2019-01-20)
- Fix authentication methods that assumed that `char` is signed.