From 363509f99967d141c21742edbeba1e496890e816 Mon Sep 17 00:00:00 2001 From: mmeyer2k Date: Thu, 5 Mar 2020 04:50:22 -0600 Subject: [PATCH] Update CHANGELOG.md --- docs/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e7484bff..2e300b3b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,7 +4,6 @@ - Only require 32 byte keys from now on - Remove key randomness testing in favor of trusting devs - Add "Aes" as shorthand alias for "Aes256Gcm" to prevent typos -- ## 13.0.0 - Skip validating key when decrypting @@ -114,4 +113,4 @@ ## 8.0.0 - `Aes` has been renamed to `AesCbc`. - Many improvents to structure and readability -- Added normalized hmac wrapper \ No newline at end of file +- Added normalized hmac wrapper