Skip to content

Commit 87f5b9f

Browse files
committed
changelog: update entry for reverse in dynamic arrays
1 parent 57888f3 commit 87f5b9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2020
### Added
2121

2222
- Lazy mode for prover index computation. https://github.com/o1-labs/o1js/pull/2143
23+
- Added reverse functionality to `DynamicArray` and indexed `forEach` and `forEachReverse` variants.
2324
- Added `ZkProgram.analyzeSingleMethod(methodName: string)` to analyze a single method of a ZkProgram. https://github.com/o1-labs/o1js/pull/2217
2425
- This is an addition to `ZkProgram.analyzeMethods()` which analyzes all methods of a ZkProgram by executing them.
2526
- Now only a single method is analyzed at a time.

0 commit comments

Comments
 (0)