Skip to content

docs: fix changelog missing release dates and garbled ellipsis#576

Open
Vaiz with Copilot wants to merge 2 commits into
mainfrom
copilot/add-release-date-to-changelog
Open

docs: fix changelog missing release dates and garbled ellipsis#576
Vaiz with Copilot wants to merge 2 commits into
mainfrom
copilot/add-release-date-to-changelog

Conversation

Copilot AI commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

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-19 to [0.2.1] and - 2026-05-18 to [0.1.0]
  • crates/fetch_azure/CHANGELOG.md: Add - 2026-06-18 to [0.1.0]
  • crates/multitude/CHANGELOG.md: Replace ΓǪ with in the [0.3.0] performance entry
Original prompt
Please apply the following diffs and create a pull request.
Once the PR is ready, give it a title based on the messages of the fixes being applied.

[{"message":"The `[0.2.1]` entry is missing a release date, unlike all other versioned entries in this and other changelogs. Consider adding the release date for consistency.","fixFiles":[{"filePath":"crates/cachet_memory/CHANGELOG.md","diff":"diff --git a/crates/cachet_memory/CHANGELOG.md b/crates/cachet_memory/CHANGELOG.md\n--- a/crates/cachet_memory/CHANGELOG.md\n+++ b/crates/cachet_memory/CHANGELOG.md\n@@ -120,7 +120,7 @@\n \n   - bump MSRV to 1.91 and refresh dependencies ([#457](https://github.com/microsoft/oxidizer/pull/457))\n \n-## [0.2.1]\n+## [0.2.1] - 2026-05-19\n \n - ✨ Features\n \n"}]},{"message":"The `[0.1.0]` entry is missing a release date, unlike all other versioned entries in this and other changelogs. Consider adding the release date for consistency.","fixFiles":[{"filePath":"crates/cachet_memory/CHANGELOG.md","diff":"diff --git a/crates/cachet_memory/CHANGELOG.md b/crates/cachet_memory/CHANGELOG.md\n--- a/crates/cachet_memory/CHANGELOG.md\n+++ b/crates/cachet_memory/CHANGELOG.md\n@@ -141,6 +141,6 @@\n   - Improve thread_aware APIs and anyspawn rt compat. ([#403](https://github.com/microsoft/oxidizer/pull/403))\n   - Add LRU eviction policy for in memory cache ([#369](https://github.com/microsoft/oxidizer/pull/369))\n \n-## [0.1.0]\n+## [0.1.0] - 2026-05-18\n \n Initial release.\n"}]},{"message":"The `[0.1.0]` entry is missing a release date, unlike all other versioned entries in this and other changelogs in the set (e.g. `## [0.1.0] - 2025-12-10`). Consider adding the release date for consistency.","fixFiles":[{"filePath":"crates/fetch_azure/CHANGELOG.md","diff":"diff --git a/crates/fetch_azure/CHANGELOG.md b/crates/fetch_azure/CHANGELOG.md\n--- a/crates/fetch_azure/CHANGELOG.md\n+++ b/crates/fetch_azure/CHANGELOG.md\n@@ -63,7 +63,7 @@\n   - Now requires `0.5.5` of `bytesbuf`\n   - Now requires `0.11.2` of `fetch`\n \n-## [0.1.0]\n+## [0.1.0] - 2026-06-18\n \n - ✨ Features\n \n"}]},{"message":"The entry contains a garbled character sequence `ΓǪ` which appears to be a mojibate rendering of an ellipsis (`…`). This should be corrected to display the intended character properly.","fixFiles":[{"filePath":"crates/multitude/CHANGELOG.md","diff":"diff --git a/crates/multitude/CHANGELOG.md b/crates/multitude/CHANGELOG.md\n--- a/crates/multitude/CHANGELOG.md\n+++ b/crates/multitude/CHANGELOG.md\n@@ -81,7 +81,7 @@\n \n - ⚡ Performance\n \n-  - split allocator hot paths from cold refill/oversizedΓǪ ([#442](https://github.com/microsoft/oxidizer/pull/442))\n+  - split allocator hot paths from cold refill/oversized… ([#442](https://github.com/microsoft/oxidizer/pull/442))\n \n - ✔️ Tasks\n \n"}]}]

Copilot AI changed the title [WIP] Update changelog entries for release dates docs: fix changelog missing release dates and garbled ellipsis Jul 15, 2026
Copilot finished work on behalf of Vaiz July 15, 2026 06:04
Copilot AI requested a review from Vaiz July 15, 2026 06:04
@Vaiz Vaiz marked this pull request as ready for review July 15, 2026 07:12
Copilot AI review requested due to automatic review settings July 15, 2026 07:12
@Vaiz Vaiz enabled auto-merge (squash) July 15, 2026 07:12

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_memory and fetch_azure changelogs.
  • Replaced a mojibake sequence (ΓǪ) with the intended ellipsis () in multitude’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

codecov Bot commented Jul 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.0%. Comparing base (2cf0ffe) to head (c000fdf).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants