aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 365b864..92a4dac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@
instantiation impossible.
- Refactor and clean up internal code:
- Prefer using the `Into` trait over numeric casting.
+ - Add `Pro::new` and `Storage::new` functions.
# v0.3.4 (2019-01-20)
- Fix authentication methods that assumed that `char` is signed.