Skip to content

Commit 21269ee

Browse files
committed
CHANGELOG for 0.25.0
Signed-off-by: David Thompson <[email protected]>
1 parent 0c7cb62 commit 21269ee

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

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

3+
## [0.25.0](https://github.com/redhat-developer/vscode-xml/milestone/33?closed=1) (April 19, 2023)
4+
5+
### Bug Fixes
6+
7+
* Multiple `xml(DownloadProblem)` errors when referencing missing schema in file association. See [#878](https://github.com/redhat-developer/vscode-xml/issues/878).
8+
* Do not attempt to validate files that use the `git://` protocol. See [#861](https://github.com/redhat-developer/vscode-xml/issues/861).
9+
* XML attribute associated to wrong type from XSD.. See [#524](https://github.com/redhat-developer/vscode-xml/issues/524).
10+
* Don't include `.github` and `.gitignore` in the packaged extension. See [#891](https://github.com/redhat-developer/vscode-xml/issues/891).
11+
* Update required VS Code version to `^1.67.0`. See [#872](https://github.com/redhat-developer/vscode-xml/issues/872).
12+
* Comments throws off the `cvc-complex-type.2.3` diagnostic range. See [eclipse/lemminx#1495](https://github.com/eclipse/lemminx/issues/1495).
13+
* RNG attribute completion doesn't generate the proper prefix if the namespace is not declared. See [eclipse/lemminx#1489](https://github.com/eclipse/lemminx/issues/1489).
14+
* Partial formatting yields wrong indentation depth. See [eclipse/lemminx#1485](https://github.com/eclipse/lemminx/issues/1485).
15+
* `NullPointerException` in `documentColor`. See [eclipse/lemminx#1473](https://github.com/eclipse/lemminx/issues/1473).
16+
* Adjust error range for RelaxNG "not allowed yet" when there is `choice`. See [eclipse/lemminx#1459](https://github.com/eclipse/lemminx/issues/1459).
17+
18+
### Other
19+
20+
* Report aggregated telemetry on which grammar files and grammar binding strategies are used. See [#885](https://github.com/redhat-developer/vscode-xml/pull/885).
21+
322
## [0.24.0](https://github.com/redhat-developer/vscode-xml/milestone/32?closed=1) (January 31, 2023)
423

524
### Enhancements

0 commit comments

Comments
 (0)