-
Notifications
You must be signed in to change notification settings - Fork 93
docs: release notes for March 2026 releases #2323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
491d138
36abe61
04919f3
8716cd8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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) | ||
|
Comment on lines
+5
to
+42
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Reconcile PR description with actual changelog content. The PR description states it "Adds release notes for 2026-03-02. Packages covered: light-registry@2.2.1", but the file contains three distinct release entries (2026-03-18, 2026-03-10, and 2026-03-02). Additionally, the commit message references "light-registry v2.3.1 (2026-03-18)", not v2.2.1. This discrepancy makes it unclear which versions correspond to which dates and hampers release traceability. Update the PR description to accurately reflect all three dates and their associated versions, or clarify whether this PR is meant to add only one entry. 🤖 Prompt for AI Agents |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 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.1and the release URL on Line 5–Line 9 would make the note self-contained for audits and downstream consumers.Suggested doc update
📝 Committable suggestion
🤖 Prompt for AI Agents