From 3519ac9e22166df86b79718d8032382ce14fa237 Mon Sep 17 00:00:00 2001 From: Jessica He Date: Wed, 2 Aug 2023 14:35:02 -0400 Subject: [PATCH] Changelog for 0.27.0 Signed-off-by: Jessica He --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c91a38339..bf63fdca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [0.27.0](https://github.com/eclipse/lemminx/milestone/43?closed=1) (August 3, 2023) + +### Enhancements + + * Provide a Progress support API for lemminx extension. See [#1562](https://github.com/eclipse/lemminx/issues/1562). + * Add `alignWithFirstAttr` option to `xml.format.splitAttributes` settings. See [#1560](https://github.com/eclipse/lemminx/pull/1560). + * Implement `itemDefaults` for `CompletionList`. See [#1561](https://github.com/eclipse/lemminx/issues/1561). + +### Bug Fixes + + * `XInclude` cannot be activated with binary mode. See [#1558](https://github.com/eclipse/lemminx/issues/1558). + +### Build + + * Bump Maven build plugins and dependencies. See [#1559](https://github.com/eclipse/lemminx/pull/1559). + ## [0.26.1](https://github.com/eclipse/lemminx/milestone/41?closed=1) (June 22, 2023) ### Bug Fixes