Skip to content

Commit

Permalink
CHANGELOG for 0.20.0
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <azerr@redhat.com>
  • Loading branch information
azerr authored and angelozerr committed Mar 29, 2022
1 parent c646073 commit 5389612
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Change Log

## [0.20.0](https://github.com/eclipse/lemminx/milestone/33?closed=1) (March 29, 2022)

### Enhancements

* Improve DTD/XSD security with regard to remote resources. See [#1183](https://github.com/eclipse/lemminx/pull/1183).
* Closing tags should be included in the code folding range. See [#1178](https://github.com/eclipse/lemminx/issues/1178).

### Bug Fixes

* NPE on xsd datatype autocompletion in binary mode. See [#1189](https://github.com/eclipse/lemminx/issues/1189).
* Completion for prefix of attribute name. See [#1133](https://github.com/eclipse/lemminx/issues/1133).

### Other

* Tests: Assertion is added for additional text edits of a completion item. See [#1186](https://github.com/eclipse/lemminx/pull/1186).
* Update GraalVM version used in binary verification builds to x.y.z. See [#1158](https://github.com/eclipse/lemminx/issues/1158).

## [0.19.1](https://github.com/eclipse/lemminx/milestone/32?closed=1) (February 15, 2022)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lemminx/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.lemminx</groupId>
<artifactId>lemminx-parent</artifactId>
<version>0.19.2-SNAPSHOT</version>
<version>0.20.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lemminx</artifactId>
<properties>
Expand Down
Expand Up @@ -330,7 +330,7 @@ public static CompletionItem c(String label, TextEdit textEdit, String filterTex
/**
* Creates a completion item with a list of additional text edits
*
* @since 0.19.2
* @since 0.20.0
* @param label
* @param textEdit
* @param additionalTextEdits
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lemminx</groupId>
<artifactId>lemminx-parent</artifactId>
<version>0.19.2-SNAPSHOT</version>
<version>0.20.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse LemMinX</name>
<description>LemMinX is a XML Language Server Protocol (LSP), and can be used with any editor that supports LSP, to offer an outstanding XML editing experience</description>
Expand Down

0 comments on commit 5389612

Please sign in to comment.