Skip to content

Commit

Permalink
Rotate release notes as part of the 0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Jul 27, 2024
1 parent 938a05a commit 6911d9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .release-notes/0.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Fix textDocumentSync server capability

Previously the `textDocumentSync` property was malformed and not according to spec.
It seemed vscode did the right thing and fell back to sending both `didChange` and `didSave` notifications anyways.
Neovim didn't, so we didn't receive any `didSave` notifications. Now everything is working as expected with neovim and vscode.

6 changes: 0 additions & 6 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
## Fix textDocumentSync server capability

Previously the `textDocumentSync` property was malformed and not according to spec.
It seemed vscode did the right thing and fell back to sending both `didChange` and `didSave` notifications anyways.
Neovim didn't, so we didn't receive any `didSave` notifications. Now everything is working as expected with neovim and vscode.

0 comments on commit 6911d9a

Please sign in to comment.