From 21e84ddc8d76f2a173b022295d99907d6671b4e4 Mon Sep 17 00:00:00 2001 From: Weiliang Li Date: Tue, 5 Jan 2021 15:11:51 +0900 Subject: [PATCH] update release notes --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 082e669..ec684ea 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ to speed up AES encryption/decryption. This would be no longer necessary when [` It's also possible to build to the `wasm32-unknown-unknown` target with the pure Rust backend. Check out [this repo](https://github.com/ecies/rs-wasm) for more details. -## Security notes +## Security ### Why AES-GCM-256 and HKDF-SHA256 @@ -79,6 +79,10 @@ Following dependencies are audited: ## Release Notes +### 0.2.1 + +- Revamp error handling + ### 0.2.0 - Revamp documentation