From 43c8173a98a0a337947dc4458988234710295276 Mon Sep 17 00:00:00 2001 From: Wayne Sun Date: Tue, 21 Oct 2025 16:45:15 -0400 Subject: [PATCH] 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 --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0ab4a6..fe9f5300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - +> **Note:** On next release, please bump the MCP package as there are breaking changes in this! ### Added - 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 audit logging. [#355](https://github.com/sourcebot-dev/sourcebot/pull/355) - ### Fixed - Delete account join request when redeeming an invite. [#352](https://github.com/sourcebot-dev/sourcebot/pull/352)