Skip to content

Commit 7b7bba7

Browse files
committed
Preparing for new bugfix release
1 parent 0affa72 commit 7b7bba7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

rascal-lsp/RELEASE-NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Note that rascal-lsp releases are bundled with VS Code releases, however due to historic reasons, their versions do not align. Until they do we'll denote both the VS Code and the rascal LSP release next to each other.
44

5+
## Release 2.22.3 (VS Code: 0.13.3)
6+
7+
Works best with rascal 0.42.1 (and rascal-maven 0.31.0).
8+
9+
* fixed a regession in JSON encoding of rascal action results & parameters
10+
* fixed the race that sometimes broke go-to definition and other type-checker derived operations
11+
512
## Release 2.22.2 (VS Code: 0.13.2)
613

714
Works best with rascal 0.42.1 (and rascal-maven 0.31.0).

rascal-vscode-extension/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
We only list significant changes, for a full changelog please review the [commit history](https://github.com/usethesource/rascal-language-servers/commits/main/).
44

5+
## 0.13.3
6+
7+
Works best with rascal 0.42.1 (and rascal-maven 0.31.0).
8+
9+
* fixed a regession in JSON encoding of rascal action results & parameters
10+
* fixed the race that sometimes broke go-to definition and other type-checker derived operations
11+
512
## 0.13.2
613

714
Works best with rascal 0.42.1 (and rascal-maven 0.31.0).

0 commit comments

Comments
 (0)