From c56bc532edcc1973ce568f0a9da723641fcce42f Mon Sep 17 00:00:00 2001 From: Remy Suen Date: Mon, 7 Jul 2025 10:47:34 -0400 Subject: [PATCH] Update changelog with the anchor improvement Signed-off-by: Remy Suen --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4fefb..ba67b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to the Docker Language Server will be documented in this fil ## [Unreleased] +### Added + +- Compose + - textDocument/documentLink + - support recursing into anchors when searching for document links ([#329](https://github.com/docker/docker-language-server/issues/329)) + ### Fixed - Compose