Skip to content

Commit 8befbb1

Browse files
angelozerrfbricon
authored andcommitted
Changelog for 0.19.0
Signed-off-by: azerr <[email protected]>
1 parent 9d7c216 commit 8befbb1

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.19.0](https://github.com/eclipse/lemminx/milestone/26?closed=1) (February 14, 2022)
4+
5+
### Enhancements
6+
7+
* Basic support for parameter entities. See [lemminx#1167](https://github.com/eclipse/lemminx/issues/1167).
8+
* Support for document link DTD entity SYSTEM. See [lemminx#1165](https://github.com/eclipse/lemminx/issues/1165).
9+
10+
### Bug Fixes
11+
12+
* Bad SYSTEM for DTD DocType and Entity breaks the XML validation. See [#647](https://github.com/redhat-developer/vscode-xml/issues/647).
13+
* Prevent suspicious directory traversal. See [lemminx#1171](https://github.com/eclipse/lemminx/pull/1171).
14+
* Limit resource downloads to http, https and ftp and prevent insecure redirects. See [lemminx#1174](https://github.com/eclipse/lemminx/pull/1174).
15+
* Bump follow-redirects from 1.14.7 to 1.14.8. See [#647](https://github.com/redhat-developer/vscode-xml/issues/659).
16+
17+
### Build
18+
19+
* Eliminate need for downloading just-released binary checksums. See [#650](https://github.com/redhat-developer/vscode-xml/pull/650).
20+
321
## [0.18.3](https://github.com/redhat-developer/vscode-xml/milestone/24?closed=1) (February 2, 2022)
422

523
### Enhancements

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.18.4",
5+
"version": "0.19.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.18.4"
19+
"version": "0.19.0"
2020
},
2121
"binaryServerDownloadUrl": {
2222
"linux": "https://download.jboss.org/jbosstools/vscode/snapshots/lemminx-binary/LATEST/lemminx-linux.zip",

0 commit comments

Comments
 (0)