diff options
author | vnugent <public@vaughnnugent.com> | 2024-10-17 23:58:34 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-10-17 23:58:34 -0400 |
commit | 6a4a464d9fdc7821cd5c5695656a3fe385497cc5 (patch) | |
tree | ee4909480e48024a4bb1f84bf1be78cbdfd01e10 /CHANGELOG.md | |
parent | 1a2429666994fa94899b1310d8aeb3f59764ed41 (diff) | |
parent | dc47d096400e7a4d95dd9516c72876c8ad016dcb (diff) |
merge develop
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e519972..563b347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - C# .NET 8.0 library wrapper for noscrypt -- NIP44 vector testing for encryption +- Full NIP44 vector testing for encryption + +## [0.1.5] + +### Added - `NCUtilContextAlloc()` and `NCUtilContextFree()` utilities for dynamic library context allocation ### Changed - Public and Secret key structure definition names have been correctly namespaced __(no breaking changes)__ - + ## [0.1.4] ### Fixed @@ -73,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - NCContext structure defintion. - Internal headers from the public include directory. -[unreleased]: https://github.com/VnUgE/noscrypt/compare/v0.1.4...HEAD +[unreleased]: https://github.com/VnUgE/noscrypt/compare/v0.1.5...HEAD +[0.1.5]: https://github.com/VnUgE/noscrypt/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/VnUgE/noscrypt/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/VnUgE/noscrypt/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/VnUgE/noscrypt/compare/v0.1.1...v0.1.2 |