From 5c47be722a8c0f29874c1d603f3ba9947341093e 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 ++++++++++++++++ org.eclipse.lemminx/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c91a38339..fa542fa51 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 JUnit version. 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 diff --git a/org.eclipse.lemminx/pom.xml b/org.eclipse.lemminx/pom.xml index 464bfe909..1dc153c31 100644 --- a/org.eclipse.lemminx/pom.xml +++ b/org.eclipse.lemminx/pom.xml @@ -3,7 +3,7 @@ org.eclipse.lemminx lemminx-parent - 0.26.2-SNAPSHOT + 0.27.0-SNAPSHOT org.eclipse.lemminx diff --git a/pom.xml b/pom.xml index 6896eca84..1f57e3e37 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.eclipse.lemminx lemminx-parent - 0.26.2-SNAPSHOT + 0.27.0-SNAPSHOT pom Eclipse LemMinX LemMinX is a XML Language Server Protocol (LSP), and can be used with any editor that supports LSP, to offer an outstanding XML editing experience