Skip to content

Commit 079560e

Browse files
angelozerrrgrunber
authored andcommitted
Changelog for 0.20.0
Signed-off-by: azerr <[email protected]>
1 parent ccddbb1 commit 079560e

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

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

3+
## [0.20.0](https://github.com/redhat-developer/vscode-xml/milestone/28?closed=1) (March 29, 2022)
4+
5+
### Enhancements
6+
7+
* Improve DTD/XSD security with regard to remote resources. See [#671](https://github.com/redhat-developer/vscode-xml/issues/671).
8+
* Closing tags should be included in the code folding range. See [lemminx#1178](https://github.com/eclipse/lemminx/issues/1178).
9+
10+
### Bug Fixes
11+
12+
* NPE on xsd datatype autocompletion in binary mode. See [lemminx#1189](https://github.com/eclipse/lemminx/issues/1189).
13+
* Completion for prefix of attribute name. See [lemminx#1133](https://github.com/eclipse/lemminx/issues/1133).
14+
15+
### Other
16+
17+
* Add support to download binaries from GitHub Releases. See [#685](https://github.com/redhat-developer/vscode-xml/pull/685).
18+
* Fix GraalVM Native Image Builds on Jenkins. See [#681](https://github.com/redhat-developer/vscode-xml/pull/681).
19+
* Update GraalVM version used in binary verification builds to x.y.z. See [lemminx#1158](https://github.com/eclipse/lemminx/issues/1158).
20+
321
## [0.19.1](https://github.com/redhat-developer/vscode-xml/milestone/27?closed=1) (February 15, 2022)
422

523
### Bug Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-xml",
33
"displayName": "XML",
44
"description": "XML Language Support by Red Hat",
5-
"version": "0.19.2",
5+
"version": "0.20.0",
66
"author": "Red Hat",
77
"publisher": "redhat",
88
"icon": "icons/icon128.png",
@@ -16,7 +16,7 @@
1616
"dtd"
1717
],
1818
"xmlServer": {
19-
"version": "0.19.1"
19+
"version": "0.20.0"
2020
},
2121
"binaryServerDownloadUrl": {
2222
"linux": "https://github.com/redhat-developer/vscode-xml/releases/download/latest/lemminx-linux.zip",

0 commit comments

Comments
 (0)