Skip to content

Commit ca2b4d2

Browse files
angelozerrfbricon
authored andcommitted
Update CHANGELOG for 0.9.1
Signed-off-by: azerr <[email protected]>
1 parent 05edc5f commit ca2b4d2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
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.9.1](https://github.com/redhat-developer/vscode-xml/milestone/11?closed=1) (October 17, 2019)
4+
5+
### Bug Fixes
6+
7+
* XSD: IntelliSense and element substitutions. See [#186](https://github.com/redhat-developer/vscode-xml/issues/186)
8+
* Completion doesn't use file cache for included XML schema. See [lsp4xml#570](https://github.com/angelozerr/lsp4xml/pull/570)
9+
* Prevent from NPE validation with schemaLocaton and "schema.reference.4" error. See [lsp4xml#569](https://github.com/angelozerr/lsp4xml/pull/569)
10+
11+
### Performances
12+
13+
* Improve performance and memory for validation by caching XML Schema / DTD. See [lsp4xml#534](https://github.com/angelozerr/lsp4xml/issues/534)
14+
15+
### Others
16+
17+
* Reject download of resource which are not in the cache folder. See [lsp4xml#567](https://github.com/angelozerr/lsp4xml/pull/567)
18+
* Add xml.validation.disallowDocTypeDecl & xml.validation.resolveExternalEntities settings. See [#187](https://github.com/redhat-developer/vscode-xml/pull/187)
19+
* Added maven info. See [#148](https://github.com/redhat-developer/vscode-xml/pull/148)
20+
321
## [0.9.0](https://github.com/redhat-developer/vscode-xml/milestone/10?closed=1) (September 10, 2019)
422

523
### Enhancements

0 commit comments

Comments
 (0)