diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cbaa3761..3dd4c5c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,7 +65,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - `divMod64()` division modulo 2^64 that returns the remainder and quotient of the operation - `addMod64()` addition modulo 2^64 - Bitwise OR via `{UInt32, UInt64}.or()` -- **BLAKE2B hash function** gadget [#1285](https://github.com/o1-labs/o1js/pull/1285) +- **BLAKE2B hash function** gadget. https://github.com/o1-labs/o1js/pull/1767 ## [1.9.1](https://github.com/o1-labs/o1js/compare/f15293a69...7e9394) - 2024-10-15