-
Notifications
You must be signed in to change notification settings - Fork 317
Sort CHANGELOG.md entries in reverse chronological order #3783
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
Conversation
- Sorted all 92 release entries by date (newest first) - Added note at top indicating releases are sorted in reverse chronological order - Preserved all content and formatting within each release section - Date range: 2019-08-27 (oldest) to 2025-11-15 (newest) Co-authored-by: paulmedynski <[email protected]>
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.
Pull Request Overview
This PR reorganizes the CHANGELOG.md file to display all 92 release entries in reverse chronological order (newest to oldest), improving readability and maintainability.
Key Changes:
- Added a clarifying note indicating releases are sorted newest first
- Reordered all release sections by date in descending order (2025-11-15 to 2019-08-27)
- Preserved all original content and formatting within each release section
|
Azure Pipelines successfully started running 2 pipeline(s). |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3783 +/- ##
===========================================
+ Coverage 76.59% 90.82% +14.22%
===========================================
Files 274 6 -268
Lines 43395 316 -43079
===========================================
- Hits 33240 287 -32953
+ Misses 10155 29 -10126
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Reordered all 92 release entries in CHANGELOG.md from newest (2025-11-15) to oldest (2019-08-27). Previously, entries were inconsistently ordered with newer releases appearing after older ones.
Changes:
Before: Mixed ordering (e.g., 6.1.3 from 2025-11-12 appeared after 7.0.0-preview1 from 2025-09-12)
After: Consistent descending date order (6.0.4 from 2025-11-15 at top, 1.0.19239.1 from 2019-08-27 at bottom)
Issues
Resolves the requirement to organize CHANGELOG.md in a chronologically consistent manner for improved readability.
Testing
Automated verification:
Manual verification:
Guidelines
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.