Skip to content

Commit 9e662f2

Browse files
committed
CHANGELOG for 0.27.2
Signed-off-by: David Thompson <[email protected]>
1 parent d753211 commit 9e662f2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [0.27.2](https://github.com/redhat-developer/vscode-xml/milestone/38?closed=1) (November 25, 2024)
4+
5+
### Bug Fixes
6+
7+
* Fix support for working with XML files on shared folders. See [#1033](https://github.com/redhat-developer/vscode-xml/issues/1033).
8+
* Fix interaction between `<xi:include>` and `<?xml-model>` PI. See [#1021](https://github.com/redhat-developer/vscode-xml/issues/1021).
9+
* Support `xsi:type` overrides when resolving content model. See [eclipse-lemminx/lemminx#1647](https://github.com/eclipse-lemminx/lemminx/pull/1647).
10+
11+
### Build
12+
13+
* Fix binary build for Alpine linux. See [#1015](https://github.com/redhat-developer/vscode-xml/issues/1015).
14+
* Switch from GraalVM to GraalVM Community for native image build. See [#1035](https://github.com/redhat-developer/vscode-xml/pull/1035).
15+
* Fix builds on MacOS ARM64 with Java 8 (Temurin). See [#1646](https://github.com/eclipse-lemminx/lemminx/pull/1646).
16+
317
## [0.27.1](https://github.com/redhat-developer/vscode-xml/milestone/37?closed=1) (May 31, 2024)
418

519
### Build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"SVG"
2323
],
2424
"xmlServer": {
25-
"version": "0.28.0"
25+
"version": "0.29.0"
2626
},
2727
"binaryServerDownloadUrl": {
2828
"linux": "https://github.com/redhat-developer/vscode-xml/releases/download/latest/lemminx-linux.zip",

0 commit comments

Comments
 (0)