docs: add CHANGELOG.md for project updates#21594
docs: add CHANGELOG.md for project updates#21594moscovium-mc wants to merge 4 commits intoanomalyco:devfrom
Conversation
Documented notable changes and updates for versions 1.3.0 to 1.4.0.
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, the PRs found (except for PR #21594 itself) are related to displaying or rendering changelog content in the app/console, not to adding a CHANGELOG.md documentation file to the repository like PR #21594 does. The related PRs are:
These are implementation/feature PRs for displaying changelogs in the UI, whereas PR #21594 is about documenting the project's release history in a CHANGELOG.md file. No duplicate PRs found |
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
This script fetches the OpenCode changelog, parses it, and writes a formatted CHANGELOG.md file to the repository root.
Documented notable changes and updates for versions 1.3.0 to 1.4.0.
Issue for this PR
Closes #21595
Type of change
What does this PR do?
This PR adds a CHANGELOG.md file to the repository.
Currently the project changelog is only available on the official website.
Adding it to the repository makes it easier for developers and contributors
to review release history directly from GitHub.
No code changes were made. This is a documentation addition only.
How did you verify your code works?
This change only adds documentation.
I verified the Markdown formatting renders correctly in GitHub preview
and confirmed the headings and sections display properly.
Screenshots / recordings
If this is a UI change, please include a screenshot or recording.
Checklist
If you do not follow this template your PR will be automatically rejected.