Skip to content

Commit b91b033

Browse files
committed
docs(CHANGELOG.md): update changelog with recent bug fix
Add details about the bug fix where array reversal of fetched actions was removed as they are returned in the correct order. This provides users with accurate information about the changes in the latest version.
1 parent b592ecf commit b91b033

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3030
- `Gadgets.and()`, new provable method to support bitwise and for native field elements. https://github.com/o1-labs/o1js/pull/1193
3131
- `Gadgets.multiRangeCheck()` and `Gadgets.compactMultiRangeCheck()`, two building blocks for non-native arithmetic with bigints of size up to 264 bits. https://github.com/o1-labs/o1js/pull/1216
3232

33+
### Fixed
34+
35+
- Removed array reversal of fetched actions, since they are returned in the correct order. https://github.com/o1-labs/o1js/pull/1258
36+
3337
## [0.14.0](https://github.com/o1-labs/o1js/compare/045faa7...e8e7510e1)
3438

3539
### Breaking changes

0 commit comments

Comments
 (0)