Skip to content

Commit

Permalink
CHANGELOG for 0.27.2
Browse files Browse the repository at this point in the history
Signed-off-by: David Thompson <[email protected]>
  • Loading branch information
datho7561 committed Nov 25, 2024
1 parent d753211 commit 061bcf2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [0.27.2](https://github.com/redhat-developer/vscode-xml/milestone/38?closed=1) (November 25, 2024)

### Bug Fixes

* Fix support for working with XML files on shared folders. See [#1033](https://github.com/redhat-developer/vscode-xml/issues/1033).
* Fix interaction between `<xi:include>` and `<?xml-model>` PI. See [#1021](https://github.com/redhat-developer/vscode-xml/issues/1021).
* Support `xsi:type` overrides when resolving content model. See [eclipse-lemminx/lemminx#1647](https://github.com/eclipse-lemminx/lemminx/pull/1647).

### Build

* Fix binary build for Alpine linux. See [#1015](https://github.com/redhat-developer/vscode-xml/issues/1015).
* Switch from GraalVM to GraalVM Community for native image build. See [#1035](https://github.com/redhat-developer/vscode-xml/pull/1035).
* Fix builds on MacOS ARM64 with Java 8 (Temurin). See [#1646](https://github.com/eclipse-lemminx/lemminx/pull/1646).

## [0.27.1](https://github.com/redhat-developer/vscode-xml/milestone/37?closed=1) (May 31, 2024)

### Build
Expand Down

0 comments on commit 061bcf2

Please sign in to comment.