diff --git a/CHANGELOG.md b/CHANGELOG.md index 7912ef4d19..e691085dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - `Provable.runAndCheck()`, `Provable.constraintSystem()` and `{SmartContract,ZkProgram}.digest()` are also async now - `Provable.runAndCheckSync()` added and immediately deprecated for a smoother upgrade path for tests - **Remove deprecated APIs** - - Remove `CircuitValue`, `prop`, `arrayProp` and `matrixProp` from the public API https://github.com/o1-labs/o1js/pull/1507 + - Remove `CircuitValue`, `prop`, `arrayProp` and `matrixProp` https://github.com/o1-labs/o1js/pull/1507 - Remove `this.sender` which unintuitively did not prove that its value was the actual sender of the transaction https://github.com/o1-labs/o1js/pull/1464 [@julio4](https://github.com/julio4) Replaced by more explicit APIs: - `this.sender.getUnconstrained()` which has the old behavior of `this.sender`, and returns an unconstrained value (which means that the prover can set it to any value they want)