change changelog format to markdown by methane · Pull Request #680 · msgpack/msgpack-python
Pull request overview
This PR switches the repository changelog from reStructuredText to Markdown and updates the package metadata to point at the new changelog location.
Changes:
- Update
pyproject.tomlproject URL to referenceCHANGELOG.md. - Add
CHANGELOG.mdcontaining the converted changelog content. - Remove the legacy
ChangeLog.rstfile.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
pyproject.toml |
Updates the published “Changelog” URL to the new Markdown file. |
ChangeLog.rst |
Removes the old reStructuredText changelog file. |
CHANGELOG.md |
Adds the changelog in Markdown (conversion artifacts need cleanup per comments). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.