Add all important changes since 2.3.2 to the changelog#800
Open
jeltz wants to merge 1 commit into
Open
Conversation
jeltz
force-pushed
the
populate-changelog
branch
3 times, most recently
from
July 24, 2026 18:38
b596899 to
67d24b9
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #800 +/- ##
=======================================
Coverage 88.12% 88.12%
=======================================
Files 3 3
Lines 1297 1297
Branches 180 180
=======================================
Hits 1143 1143
Misses 76 76
Partials 78 78 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This work is based on reading the git log and trying to find all significant user visibble changes. A couple of user visible changes were skipped due to them being impossible to hit in any reasonable scenario like the removal of the limit on length for histogram output. A higher bar was set for changes which affect developer experience and only the most important ones of those were included.
jeltz
force-pushed
the
populate-changelog
branch
from
July 24, 2026 22:17
67d24b9 to
78e2aa5
Compare
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.
This work is based on reading the git log and trying to find all significant user visible changes. A couple of user visible changes were skipped due to them being impossible to hit in any reasonable scenario like the removal of the limit on length for histogram output.
A higher bar was set for changes which affect developer experience and only the most important ones of those were included.
PG-0