From 4c0caac8a45bb7a1aff377289a3e5dbea0662eb4 Mon Sep 17 00:00:00 2001 From: Bogdan Opanchuk Date: Thu, 24 Oct 2024 11:25:15 -0700 Subject: [PATCH] Add a changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f0161..ebeb76f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Session` is now generic over `SessionParameters` instead of a bunch of separate types. ([#36]) - `MessageBundle` is not generic anymore. ([#36]) - `ProcessedArtifact` is now also generic on `SessionParameters`. ([#37]) +- Added a `Test` prefix to `testing::Signer`/`Verifier`/`Signature`/`Hasher` and renamed `TestingSessionParams` to `TestSessionParams`. ([#40]) ### Added @@ -20,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#32]: https://github.com/entropyxyz/manul/pull/32 [#36]: https://github.com/entropyxyz/manul/pull/36 [#37]: https://github.com/entropyxyz/manul/pull/37 +[#40]: https://github.com/entropyxyz/manul/pull/40 ## [0.0.1] - 2024-10-12