Open
docs: fix changelog missing release dates and garbled ellipsis#576
Conversation
Copilot
AI
changed the title
[WIP] Update changelog entries for release dates
docs: fix changelog missing release dates and garbled ellipsis
Jul 15, 2026
Vaiz
approved these changes
Jul 15, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates crate changelogs to improve release-entry consistency and readability by filling in missing release dates and correcting a corrupted ellipsis character.
Changes:
- Added missing release dates to version headings in
cachet_memoryandfetch_azurechangelogs. - Replaced a mojibake sequence (
ΓǪ) with the intended ellipsis (…) inmultitude’s changelog.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| crates/cachet_memory/CHANGELOG.md | Adds missing release dates to [0.2.1] and [0.1.0] entries for consistency with surrounding releases. |
| crates/fetch_azure/CHANGELOG.md | Adds the missing release date to the [0.1.0] entry to match the format of other versions. |
| crates/multitude/CHANGELOG.md | Fixes a corrupted ellipsis character in a performance bullet to restore intended text. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #576 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 360 360
Lines 27886 27886
=======================================
Hits 27886 27886 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
sandersaares
approved these changes
Jul 15, 2026
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.
Fixing findings from https://github.com/microsoft/oxidizer/security/quality/ai-findings
Several changelog entries were missing release dates (inconsistent with all other versioned entries), and one entry contained a mojibake sequence (
ΓǪ) from a corrupted UTF-8 ellipsis.crates/cachet_memory/CHANGELOG.md: Add- 2026-05-19to[0.2.1]and- 2026-05-18to[0.1.0]crates/fetch_azure/CHANGELOG.md: Add- 2026-06-18to[0.1.0]crates/multitude/CHANGELOG.md: ReplaceΓǪwith…in the[0.3.0]performance entryOriginal prompt