From a6c8090c931bba811871afa64ebf22d3b131196f Mon Sep 17 00:00:00 2001 From: Aaryamann Challani <43716372+rymnc@users.noreply.github.com> Date: Tue, 28 Feb 2023 16:25:18 +0530 Subject: [PATCH] feat(v0.2): changelog (#122) --- CHANGELOG.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f46aa4a..b26ed74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,15 @@ -## Upcoming release +## 2023-02-28 v0.2 -Release highlights: +This release contains: + +- Improved code quality - Allows consumers of zerokit RLN to set leaves to the Merkle Tree from an arbitrary index. Useful for batching updates to the Merkle Tree. +- Improved performance for proof generation and verification +- rln_wasm which allows for the consumption of RLN through a WebAssembly interface +- Refactored to generate Semaphore-compatible credentials +- Dual License under Apache 2.0 and MIT +- RLN compiles as a static library, which can be consumed through a C FFI -The full list of changes is below. - -### Features -- Creation of `set_leaves_from`, which allows consumers to add leaves to a tree from a given starting index. `init_tree_with_leaves` internally uses `set_leaves_from`, with index 0. - -### Changes -- Renaming of `set_leaves` to `init_tree_with_leaves`, which is a more accurate representation of the function's utility. - -### Fixes -- None ## 2022-09-19 v0.1