diff options
author | vnugent <public@vaughnnugent.com> | 2024-08-31 12:07:34 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-08-31 12:07:34 -0400 |
commit | 1a2429666994fa94899b1310d8aeb3f59764ed41 (patch) | |
tree | 81bad70db4a8430846592292012d5ed465057585 /CHANGELOG.md | |
parent | 225c2be092fbe6e7464de2046937989f99a419e1 (diff) | |
parent | de9741b417ee04a54512af106b71cf388c93ea9d (diff) |
Merge branch 'develop' into c-sharp
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2414a2b..e519972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ 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 +- `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] |