From 676bbcd4ddb9fa3b566a67fffdd2f25de258b933 Mon Sep 17 00:00:00 2001 From: simple Date: Sat, 17 May 2025 15:41:14 +0900 Subject: [PATCH] docs: add release-notes.md --- release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 release-notes.md diff --git a/release-notes.md b/release-notes.md new file mode 100644 index 0000000..3696c9f --- /dev/null +++ b/release-notes.md @@ -0,0 +1,6 @@ +### Fixed + +- Added `expanded` property to `start` and `end` in `GitLabDiscussionNoteSchema` + Now you can expand or collapse more information at the start and end of discussion notes. + Example: In code review, you can choose to show or hide specific parts of the discussion. + (See: [PR #40](https://github.com/zereight/gitlab-mcp/pull/40))