Skip to content

Commit 47dcbf5

Browse files
committed
Changelog 0.31.1
Signed-off-by: azerr <azerr@redhat.com>
1 parent 865f7d0 commit 47dcbf5

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Change Log
22

3+
## [0.31.1](https://github.com/eclipse-lemminx/lemminx/milestone/49?closed=1) (April 21, 2026)
4+
5+
### Enhancements
6+
* XML Minify support. See [#1773](https://github.com/eclipse-lemminx/lemminx/pull/1774).
7+
* Support XPath predicates with wildcards. See [#1762](https://github.com/eclipse-lemminx/lemminx/pull/1762).
8+
9+
### Bug Fixes
10+
* Use XMLLanguageClientAPI in XMLServerSocketLauncher. See [#1772](https://github.com/eclipse-lemminx/lemminx/pull/1772).
11+
* Do not create document links with zero length range. See [#1761](https://github.com/eclipse-lemminx/lemminx/pull/1761).
12+
* Check for dynamic registration in textDocument/typeDefinition and workspace/executeCommand. See [#1748](https://github.com/eclipse-lemminx/lemminx/pull/1748).
13+
14+
### Performance
15+
* Improve formatting memory. See [#1768](https://github.com/eclipse-lemminx/lemminx/pull/1768).
16+
17+
### Other
18+
* Use `ProcessHandle` instead of shell script to check for parent process. See [#1753](https://github.com/eclipse-lemminx/lemminx/pull/1753).
19+
* docs: complete client configuration. See [#1751](https://github.com/eclipse-lemminx/lemminx/pull/1751).
20+
21+
### Tests
22+
* Replace Thread.sleep() with proper synchronization in tests. See [#1773](https://github.com/eclipse-lemminx/lemminx/pull/1773).
23+
324
## [0.31.0](https://github.com/eclipse-lemminx/lemminx/milestone/48?closed=1) (May 8, 2025)
425

526
### Enhancements

0 commit comments

Comments
 (0)