Skip to content

Commit

Permalink
Changelog for v 0.4.0 server side
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolas Komonen <nikolaskomonen@gmail.com>
  • Loading branch information
NikolasKomonen committed Mar 6, 2019
1 parent 458d491 commit 118aad9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [0.4.0](https://github.com/angelozerr/lsp4xml/milestone/4?closed=1) (March 06, 2019)

### Enhancements

* Modified schema validation messages. See [#181](https://github.com/angelozerr/lsp4xml/issues/181).
* Preference `xml.format.quotations` to set single vs double quotes for attribute values on format. See [#263](https://github.com/angelozerr/lsp4xml/issues/263).
* Preference `xml.format.preserveEmptyContent` to preserve a whitespace value in an element's content. See [#273](https://github.com/angelozerr/lsp4xml/issues/273).
* Removed support for preference `xml.format.joinContentLines`.
* Compatibility with OSGi and p2. See [#288](https://github.com/angelozerr/lsp4xml/issues/288).

### Bug Fixes

* Fixed memory leak of file handles. See [vscode-xml#298](https://github.com/redhat-developer/vscode-xml/issues/108).
* XSI completion item messages were incorrect. See [#296](https://github.com/angelozerr/lsp4xml/issues/296).
* Removed trailing whitespace from normalized strings on format. See [#300](https://github.com/angelozerr/lsp4xml/pull/300).
* Format of attribute without value loses data. See [#294](https://github.com/angelozerr/lsp4xml/issues/294).

## [0.3.0](https://github.com/angelozerr/lsp4xml/milestone/3?closed=1) (January 28, 2019)

### Enhancements
Expand Down

0 comments on commit 118aad9

Please sign in to comment.