diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ca94a20075e..e1ccc5bb2b823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +#### Changed + - The point multiplication algorithm used for ECDH operations (module `ecdh`) was replaced with a slightly faster one. + ## [0.4.0] - 2023-09-04 #### Added