diff options
author | vnugent <public@vaughnnugent.com> | 2024-10-24 10:36:53 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-10-24 10:36:53 -0400 |
commit | 2d7121606c4acb06f5891442bd55b0af750c1466 (patch) | |
tree | 1176955036942ca18637d77d51698b22e0310217 | |
parent | f938617d45d1ef62a3315591174a7dc6862aa8b7 (diff) |
Update changelog for latest updates
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 563b347..2398eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - C# .NET 8.0 library wrapper for noscrypt - Full NIP44 vector testing for encryption +- Valgrind memory checking during unit testing +- Added CI testing for Windows and Linux deployments + +### Fixed +- Convert all OpenSSL apis to use the EVP api and unify it's usage. Also fixes some detected memory leaks that were undocumented. ## [0.1.5] |