diff --git a/circuits/CHANGELOG.md b/circuits/CHANGELOG.md index 9cebbc7..f0c1719 100644 --- a/circuits/CHANGELOG.md +++ b/circuits/CHANGELOG.md @@ -11,8 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `phoenix-circuits` as a workspace member of `phoenix` [#171] - Add elgamal encryption and decryption gadgets [#171] +- Add the `transfer` module [#169] +[#169]: https://github.com/dusk-network/phoenix/issues/169 [#171]: https://github.com/dusk-network/phoenix/issues/171 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 6ea78db..6683d6a 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Restructure `Encryption` module. - Move phoenix-core into a phoenix workspace [#171] +- Rename `note` method to `note_type`. ### Removed