From d5af3ae4130f63342e5623a22f225c612a32e34a Mon Sep 17 00:00:00 2001 From: evanvosberg Date: Wed, 25 Oct 2023 00:01:45 +0200 Subject: [PATCH] Update release notes. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 78e2c64..6a9bcdf 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,14 @@ console.log(decryptedData); // [{id: 1}, {id: 2}] ## Release notes +### 4.2.0 + +Change default hash algorithm and iteration's for PBKDF2 to prevent weak security by using the default configuration. + +Custom KDF Hasher + +Blowfish support + ### 4.1.1 Fix module order in bundled release.