From cd20acece3eb81bfad7b144a749b98f112311c17 Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 21 Oct 2024 23:23:59 +0300 Subject: [PATCH] typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe885a919..363978e7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added -- `zkProgram` methods now support `auxiliaryOutput`. https://github.com/o1-labs/o1js/pull/1809 +- `ZkProgram` methods now support `auxiliaryOutput`. https://github.com/o1-labs/o1js/pull/1809 - Each program method now accepts an optional property `auxiliaryOutput` - Auxiliary output is additional output that the zkProgram method returns - New method `toCanonical()` in the `Provable` interface to protect against incompleteness of certain operations on malicious witness inputs https://github.com/o1-labs/o1js/pull/1759