File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- 1.16.2
1
+ 1.16.3
Original file line number Diff line number Diff line change 10
10
"1.16.0" : " messages/1.16.0.txt" ,
11
11
"1.16.1" : " messages/1.16.1.txt" ,
12
12
"1.16.2" : " messages/1.16.2.txt" ,
13
+ "1.16.3" : " messages/1.16.3.txt" ,
13
14
"1.2.7" : " messages/1.2.7.txt" ,
14
15
"1.2.8" : " messages/1.2.8.txt" ,
15
16
"1.2.9" : " messages/1.2.9.txt" ,
Original file line number Diff line number Diff line change
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)
Original file line number Diff line number Diff line change 1
- __version__ = (1 , 16 , 2 )
1
+ __version__ = (1 , 16 , 3 )
You can’t perform that action at this time.
0 commit comments