Skip to content

Commit f83cb86

Browse files
committed
Cut 1.16.3
1 parent d87f24c commit f83cb86

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.2
1+
1.16.3

messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"1.16.0": "messages/1.16.0.txt",
1111
"1.16.1": "messages/1.16.1.txt",
1212
"1.16.2": "messages/1.16.2.txt",
13+
"1.16.3": "messages/1.16.3.txt",
1314
"1.2.7": "messages/1.2.7.txt",
1415
"1.2.8": "messages/1.2.8.txt",
1516
"1.2.9": "messages/1.2.9.txt",

messages/1.16.3.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
=> 1.16.3
2+
3+
# Features and Fixes
4+
5+
- Add support for textDocument/documentLink request (#1974) (jwortmann)
6+
- Don't expose disabled code actions (Rafal Chlodnicki)
7+
- Check for : and / while updating nested dict structures in DottedDict (Raoul Wols)
8+
- docs: add info about enabling clangd server (Ilia)
9+
- Fix diagnostic regions being hidden by semantic regions (#1969) (Rafał Chłodnicki)
10+
- Initialize diagnostic tagged regions after non-tagged ones (Rafal Chlodnicki)
11+
- Follow global setting whether to show snippet completions (Janos Wortmann)
12+
- Fix academicmarkdown language id (Lucas Alber)
13+
- Fix WSL path URI decoding under Windows (#1962) (Jack Cherng)

plugin/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (1, 16, 2)
1+
__version__ = (1, 16, 3)

0 commit comments

Comments
 (0)