Skip to content

docs: add CHANGELOG.md for project updates#21594

Closed
moscovium-mc wants to merge 4 commits intoanomalyco:devfrom
moscovium-mc:dev
Closed

docs: add CHANGELOG.md for project updates#21594
moscovium-mc wants to merge 4 commits intoanomalyco:devfrom
moscovium-mc:dev

Conversation

@moscovium-mc
Copy link
Copy Markdown

@moscovium-mc moscovium-mc commented Apr 9, 2026

Documented notable changes and updates for versions 1.3.0 to 1.4.0.

Issue for this PR

Closes #21595

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

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

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

Documented notable changes and updates for versions 1.3.0 to 1.4.0.
@github-actions github-actions bot added needs:compliance This means the issue will auto-close after 2 hours. needs:title labels Apr 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

Hey! Your PR title Add changelog for project updates doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

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

@moscovium-mc moscovium-mc changed the title Add changelog for project updates docs: add CHANGELOG.md for project updates Apr 9, 2026
@github-actions github-actions bot removed needs:compliance This means the issue will auto-close after 2 hours. needs:title labels Apr 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

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.
@moscovium-mc moscovium-mc closed this by deleting the head repository Apr 11, 2026
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.

[FEATURE]: Add CHANGELOG.md to repository

1 participant