Skip to content

Commit 7d8330b

Browse files
committed
CHANGELOG for 0.28.0
Signed-off-by: David Thompson <[email protected]>
1 parent 5a4cbb1 commit 7d8330b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [0.28.0](https://github.com/redhat-developer/vscode-xml/milestone/39?closed=1) (March 5, 2025)
4+
5+
### Breaking Changes
6+
* Update to Java 11. See [eclipse-lemminx/lemminx#1721](https://github.com/eclipse-lemminx/lemminx/pull/1721)
7+
* _Rationale_: Several of lemminx's dependencies now require Java 11, so we were unable to update to the latest versions until we adopted Java 11.
8+
9+
### Bug Fixes
10+
11+
* Use GraalVM CPU architecture compatibility mode in order to support older CPUs. See [#1055](https://github.com/redhat-developer/vscode-xml/issues/1055).
12+
* File associations should have unique `pattern`, not unique `systemId` (schema). See [#1053](https://github.com/redhat-developer/vscode-xml/issues/1053).
13+
* Alert the user when the extension falls back to the binary when the supplied Java version is < 11. See [#1049](https://github.com/redhat-developer/vscode-xml/issues/1049).
14+
* Fix extension crash when proxy settings address doesn't begin with `http://` or `https://`. See [#1046](https://github.com/redhat-developer/vscode-xml/pull/1046).
15+
* Handle attribute with text equal to single quote (i.e. "). See [eclipse-lemminx/lemminx#1726](https://github.com/eclipse-lemminx/lemminx/pull/1726).
16+
317
## [0.27.2](https://github.com/redhat-developer/vscode-xml/milestone/38?closed=1) (November 25, 2024)
418

519
### Bug Fixes

package.json

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

0 commit comments

Comments
 (0)