From 2d663979a3c5b1d385fdc7d50b59f5a0ec069472 Mon Sep 17 00:00:00 2001 From: chancharles92 Date: Fri, 10 Nov 2023 11:53:13 -0800 Subject: [PATCH] add CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5390b63f..95356c13b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ and follow [semantic versioning](https://semver.org/) for our releases. - [#362](https://github.com/EspressoSystems/jellyfish/pull/362) Derive Eq, Hash at a bunch of places - [#381](https://github.com/EspressoSystems/jellyfish/pull/381) VID take iterator instead of slice - [#389](https://github.com/EspressoSystems/jellyfish/pull/389) Hello-world namespace support for ADVZ VID scheme +- [#406](https://github.com/EspressoSystems/jellyfish/pull/406) Implement KZG multiproof ### Changed