From 2d7121606c4acb06f5891442bd55b0af750c1466 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 24 Oct 2024 10:36:53 -0400 Subject: Update changelog for latest updates --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') 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] -- cgit