Skip to content

Commit c9c81f7

Browse files
committed
changelog tweak
1 parent 0d04ccc commit c9c81f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2323

2424
- `ZkProgram` to support non-pure provable types as inputs and outputs https://github.com/o1-labs/o1js/pull/1828
2525
- API for recursively proving a ZkProgram method from within another https://github.com/o1-labs/o1js/pull/1931
26-
- `let recursive = Experimental.Recursive(program); recursive.<methodName>(...args): Promise<PublicOutput>`
26+
- `let recursive = Experimental.Recursive(program);`
27+
- `recursive.<methodName>(...args): Promise<PublicOutput>`
2728
- This also works within the same program, as long as the return value is type-annotated
2829
- Add `enforceTransactionLimits` parameter on Network https://github.com/o1-labs/o1js/issues/1910
2930
- Method for optional types to assert none https://github.com/o1-labs/o1js/pull/1922

0 commit comments

Comments
 (0)