docs: release notes for March 2026 releases#2323
docs: release notes for March 2026 releases#2323klausundklaus wants to merge 1 commit intoLightprotocol:mainfrom
Conversation
📝 WalkthroughWalkthroughA CHANGELOG.md entry is added documenting a behavioral change where Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@programs/registry/CHANGELOG.md`:
- Around line 5-9: Update the CHANGELOG entry for 2026-03-02 to include the
package name and version and a release link for traceability: append
"light-registry@2.2.1" and the canonical release URL (e.g. GitHub/GitLab release
page) to the Features bullet that mentions is_registration_phase(), so the entry
reads as a self-contained note containing the affected symbol
(is_registration_phase()), the package (light-registry@2.2.1) and the release
artifact URL.
| ## 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) |
There was a problem hiding this comment.
🧹 Nitpick | 🔵 Trivial
Add explicit package/version + release link in this entry for traceability.
This entry explains the change well, but it currently omits the release artifact metadata. Adding light-registry@2.2.1 and the release URL on Line 5–Line 9 would make the note self-contained for audits and downstream consumers.
Suggested doc update
## 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`)
+- Package: `light-registry@2.2.1`
+- Release: https://github.com/Lightprotocol/light-protocol/releases/tag/light-registry-v2.2.1📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| ## 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) | |
| ## 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`) | |
| - Package: `light-registry@2.2.1` | |
| - Release: https://github.com/Lightprotocol/light-protocol/releases/tag/light-registry-v2.2.1 |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@programs/registry/CHANGELOG.md` around lines 5 - 9, Update the CHANGELOG
entry for 2026-03-02 to include the package name and version and a release link
for traceability: append "light-registry@2.2.1" and the canonical release URL
(e.g. GitHub/GitLab release page) to the Features bullet that mentions
is_registration_phase(), so the entry reads as a self-contained note containing
the affected symbol (is_registration_phase()), the package
(light-registry@2.2.1) and the release artifact URL.
Release Notes - 2026-03-02
Packages covered
GitHub Releases
Generated by OpenClaw release-notes automation.
Summary by CodeRabbit