aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5466620..365b864 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,8 @@
- Remove the `CommandError::Undefined` variant.
- Add a private `PhantomData` field to `Pro` and `Storage` to make direct
instantiation impossible.
-- Prefer using the `Into` trait over numeric casting.
+- Refactor and clean up internal code:
+ - Prefer using the `Into` trait over numeric casting.
# v0.3.4 (2019-01-20)
- Fix authentication methods that assumed that `char` is signed.