-
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
15 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.11.0 | ||
1.12.0 |
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,12 @@ | ||
=> 1.11.1 | ||
|
||
# Features and Fixes | ||
|
||
- Add a comment to guide new users how to change the keybind of a command (#1866) (RUSshy) | ||
- Don't allow old nested dict style keys anymore (#1865) (Raoul Wols) | ||
This fixes an issue for LSP-yaml where you couldn't create a mapping | ||
from schema URIs to file patterns. It is now possible to use the | ||
"yaml.schemas" setting. | ||
- [D] dls is not maintained anymore, serve-d took over (RUSshy) | ||
- Add a couple of types here and there (#1862) (Rafał Chłodnicki) | ||
- Support multiple patterns in file_watcher client configuration (#1859) (Rafał Chłodnicki) |
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, 11, 0) | ||
__version__ = (1, 12, 0) |