-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.16.2 | ||
1.16.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = (1, 16, 2) | ||
__version__ = (1, 16, 3) |