From 491d138bd5cd441244bef4f35de44c59f368de46 Mon Sep 17 00:00:00 2001 From: "Klaus T." Date: Tue, 3 Mar 2026 00:44:38 +0000 Subject: [PATCH] docs: add release notes for 2026-03-02 releases --- programs/registry/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 programs/registry/CHANGELOG.md diff --git a/programs/registry/CHANGELOG.md b/programs/registry/CHANGELOG.md new file mode 100644 index 0000000000..e27d117f2f --- /dev/null +++ b/programs/registry/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +All notable changes to this package will be documented in this file. + +## 2026-03-02 + +### Features + +- `is_registration_phase()` no longer enforces the registration time window check. Foresters can now register for an epoch at any time within the activation window, not only during the designated registration phase. (#2321)