Skip to content

Commit

Permalink
Cut 1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Jun 18, 2022
1 parent d87f24c commit f83cb86
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.2
1.16.3
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"1.16.0": "messages/1.16.0.txt",
"1.16.1": "messages/1.16.1.txt",
"1.16.2": "messages/1.16.2.txt",
"1.16.3": "messages/1.16.3.txt",
"1.2.7": "messages/1.2.7.txt",
"1.2.8": "messages/1.2.8.txt",
"1.2.9": "messages/1.2.9.txt",
Expand Down
13 changes: 13 additions & 0 deletions messages/1.16.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
=> 1.16.3

# Features and Fixes

- Add support for textDocument/documentLink request (#1974) (jwortmann)
- Don't expose disabled code actions (Rafal Chlodnicki)
- Check for : and / while updating nested dict structures in DottedDict (Raoul Wols)
- docs: add info about enabling clangd server (Ilia)
- Fix diagnostic regions being hidden by semantic regions (#1969) (Rafał Chłodnicki)
- Initialize diagnostic tagged regions after non-tagged ones (Rafal Chlodnicki)
- Follow global setting whether to show snippet completions (Janos Wortmann)
- Fix academicmarkdown language id (Lucas Alber)
- Fix WSL path URI decoding under Windows (#1962) (Jack Cherng)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 16, 2)
__version__ = (1, 16, 3)

0 comments on commit f83cb86

Please sign in to comment.