Skip to content

Commit

Permalink
Changelog/readme for 0.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Oct 18, 2022
1 parent eb1f411 commit 803244f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## LSP4J Change Log

### v0.17.0 (TBD)
### v0.18.0 (TBD)

Fixed issues: <https://github.com/eclipse/lsp4j/milestone/24?closed=1>

Expand All @@ -10,6 +10,18 @@ Breaking API changes:

Nightly japicmp report: <https://download.eclipse.org/lsp4j/builds/main/japicmp-report/>

### [v0.17.0 (October 2022)](https://github.com/eclipse/lsp4j/releases/tag/v0.17.0)

* Update org.eclipse.xtend.lib dependency to 2.28.0 to address CVE-2020-8908 #672

Fixed issues: <https://github.com/eclipse/lsp4j/milestone/24?closed=1>

Breaking API changes:

* None.

japicmp report: <https://download.eclipse.org/lsp4j/updates/releases/0.17.0/japicmp-report/>

### [v0.16.0 (October 2022)](https://github.com/eclipse/lsp4j/releases/tag/v0.16.0)

* Implemented DAP version 1.58.0
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ The Maven Repositories, p2 Update Sites, and the Snapshots contain _signed jars_

### Supported LSP Versions

* LSP4J 0.17.&ast; _(Next release)_ &rarr; LSP 3.17.0
* LSP4J 0.18.&ast; _(Next release)_ &rarr; LSP 3.17.0
* LSP4J 0.17.&ast; &rarr; LSP 3.17.0
* LSP4J 0.16.&ast; &rarr; LSP 3.17.0
* LSP4J 0.15.&ast; &rarr; LSP 3.17.0
* LSP4J 0.14.&ast; &rarr; LSP 3.17.0 (except Notebook support and `WorkspaceSymbol.data`)
Expand All @@ -54,7 +55,8 @@ The Maven Repositories, p2 Update Sites, and the Snapshots contain _signed jars_

### Supported DAP Versions

* LSP4J 0.17.&ast; _(Next release)_ &rarr; DAP 1.58.0
* LSP4J 0.18.&ast; _(Next release)_ &rarr; DAP 1.58.0
* LSP4J 0.17.&ast; &rarr; DAP 1.58.0
* LSP4J 0.16.&ast; &rarr; DAP 1.58.0
* LSP4J 0.15.&ast; &rarr; DAP 1.56.0
* LSP4J 0.14.&ast; &rarr; DAP 1.55.0
Expand Down

0 comments on commit 803244f

Please sign in to comment.