[r3.4] ChangeLog: catch up on 3.3.x/3.4.x and draft v3.4.2#21337
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Member
|
btw we also mention changelog in https://github.com/erigontech/erigon/releases; so seems like there's already a place to put this info. I think we can do away with maintaining this... |
JkLondon
approved these changes
May 21, 2026
yperbasis
added a commit
that referenced
this pull request
May 21, 2026
Bumps `db/version.Micro` from 1 to 2 ahead of the v3.4.2 release. Release notes draft: #21337 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Member
Author
So ChangeLog is essential a history-tracked duplicate of https://github.com/erigontech/erigon/releases + draft release notes for the upcoming release. |
2 tasks
lupin012
pushed a commit
to Sahil-4555/erigon
that referenced
this pull request
May 27, 2026
## Summary Forward-port of erigontech#21337 to `main`. `main`'s `ChangeLog.md` jumped directly from `[3.3.0]` to `[3.5.0] – TBD`, with no entries for any of the 3.3.x patch releases, none of the 3.4.x line, and a missing v3.2.3 entry between 3.2.2 and 3.3.0. This PR splices in the catch-up entries from `release/3.4` (erigontech#21337), covering: - v3.2.3 (2025-11-25) - v3.3.1 – v3.3.10 - v3.4.0 (2026-04-28) - v3.4.1 (2026-05-11) - v3.4.2 (draft, TBD) It also corrects v3.3.0's date from 2025-11-17 → 2025-11-27 to match the GitHub publish date. ## Test plan - [ ] Skim the rendered changelog on GitHub for formatting / heading ordering. - [ ] Confirm the v3.4.2 draft contents stay in sync with the eventual `release/3.4` tag. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ChangeLog.mdwith entries for v3.2.3, v3.3.1–v3.3.10, v3.4.0, and v3.4.1 (previously the file stopped at v3.3.0).Test plan
🤖 Generated with Claude Code