-
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
24 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.7.0 | ||
1.8.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,21 @@ | ||
=> 1.8.0 | ||
|
||
# New Client Configurations | ||
|
||
- Add documentation for Phpactor (#1800) (theLine) | ||
|
||
# Features and Fixes | ||
|
||
- Discard diagnostics in a few cases (#1816) (Raoul Wols) | ||
- Allow lists in `env` dict of client configuration (#1815) (Raoul Wols) | ||
- Remember the cwd for plugins (#1814) (Raoul Wols) | ||
- Re-evaluate what langservers to attach when the URI scheme changes (#1813) (Raoul Wols) | ||
- Include the list of key bindings (shortcuts) in the documentation (#1805) (Rafał Chłodnicki) | ||
- remove implementation status from docs as it is only developer related (Predrag Nikolic) | ||
- Rewrite / reorganize the troubleshooting documentation (#1802) (Rafał Chłodnicki) | ||
- Make hover popup also follow the show_diagnostics_severity_level setting (#1798) (Rafał Chłodnicki) | ||
- Improve keyboard shortcuts documentation (#1799) (Rafał Chłodnicki) | ||
- Update client configuration documentation (Rafal Chlodnicki) | ||
- Fix UNC paths on Windows (Raoul Wols) | ||
- Fix mypy type issue on windows (#1786) (Raoul Wols) | ||
- LSP-Serenata doesn't support ST4 (Luca Pomero) |
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, 7, 0) | ||
__version__ = (1, 8, 0) |