docs: convert HTML comment to markdown blockquote for GitHub visibility

Replace invisible HTML comment syntax with markdown blockquote in CHANGELOG.md
to ensure important release note is visible on GitHub:

- Line 10: Note about bumping MCP package for breaking changes

HTML comments (<!-- -->) don't render on GitHub, while markdown blockquotes
(> **Note:**) are properly displayed to maintainers and contributors.

Also removed completed note about v4.4.0 API changes as requested.

Signed-off-by: Wayne Sun <gsun@redhat.com>
This commit is contained in:
Wayne Sun 2025-10-21 16:45:15 -04:00
parent 03999f0de0
commit 43c8173a98

View file

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
<!-- @NOTE: On next release, please bump the MCP pacakge as there are breaking changes in this! --> > **Note:** On next release, please bump the MCP package as there are breaking changes in this!
### Added ### Added
- Implement dynamic tab titles for files and folders in browse tab. [#560](https://github.com/sourcebot-dev/sourcebot/pull/560) - Implement dynamic tab titles for files and folders in browse tab. [#560](https://github.com/sourcebot-dev/sourcebot/pull/560)
@ -205,7 +205,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Added audit logging. [#355](https://github.com/sourcebot-dev/sourcebot/pull/355) - Added audit logging. [#355](https://github.com/sourcebot-dev/sourcebot/pull/355)
<!-- @NOTE: this release includes a API change that affects the MCP package (@sourcebot/mcp). On release, bump the MCP package's version and delete this message. -->
### Fixed ### Fixed
- Delete account join request when redeeming an invite. [#352](https://github.com/sourcebot-dev/sourcebot/pull/352) - Delete account join request when redeeming an invite. [#352](https://github.com/sourcebot-dev/sourcebot/pull/352)