Update CHANGELOG.md for v1.0.1 release - #200
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The new changelog entry references the wrong PR number for the documented fix, which reduces traceability/accuracy for the release notes.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the repository changelog for the v1.0.1 release, documenting the single user-facing correction since v1.0.0 and updating the compare links accordingly.
Changes:
- Add a new
[1.0.1]section dated 2026-09-08 with a single Fixed entry. - Rebase the
[Unreleased]compare link to start fromv1.0.1. - Add the
[1.0.1]compare link (v1.0.0...v1.0.1).
File summaries
| File | Description |
|---|---|
| CHANGELOG.md | Adds the v1.0.1 release section and updates compare links for Unreleased and 1.0.1. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
abelmilash-msft
enabled auto-merge (squash)
September 8, 2026 20:15
Suyash Kshirsagar (suyask-msft)
approved these changes
Sep 8, 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.
Release changelog for v1.0.1.
Adds the
[1.0.1]section covering the single user-facing change since v1.0.0: the preview notice removed in #190.Context on the entry:
prerelease=false), but the README shipped inside it still carried an[!IMPORTANT]notice saying the library was "currently in preview" and "may contain breaking changes". Because README.md is the PyPI long description, that notice is still visible on the package page today.Also rebases the
[Unreleased]compare link fromv1.0.0...HEADtov1.0.1...HEADand adds the[1.0.1]compare link.No code changes.