From 85d151e1d50bbf2f4e4453b5605a7e286dd8a311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gr=C3=BCner?= <47506558+MegaRedHand@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:26:52 -0300 Subject: [PATCH] docs: add mention of updated bindings to changelog (#233) Fixes # ### What Changed? This PR fixes an oversight on the published changelog: a mention of the rewards-v2 changes updating the bindings. ### Reviewer Checklist - [ ] New features are tested and documented - [ ] PR has one of the `changelog-X` labels (if applies) - [ ] Code deprecates any old functionality before removing it --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 812e56fe..f3db0364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ Each version will have a separate `Breaking Changes` section as well. To describ * New methods in `ELChainWriter`: * `set_operator_avs_split` * `set_operator_pi_split` + * Bindings updated for rewards-v2 core contracts release ### Breaking Changes 🛠 * feat!: remove delegation manager from `ELChainWriter` by @supernovahs in https://github.com/Layr-Labs/eigensdk-rs/pull/214