Skip to content

Commit

Permalink
Add 0.7.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed Oct 14, 2018
1 parent 1f31b0d commit 4f6deab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"0.5.0": "messages/0.5.0.txt",
"0.6.0": "messages/0.6.0.txt",
"0.7.0": "messages/0.7.0.txt",
"0.7.1": "messages/0.7.1.txt"
"0.7.1": "messages/0.7.1.txt",
"0.7.2": "messages/0.7.2.txt"
}
12 changes: 12 additions & 0 deletions messages/0.7.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
=> 0.7.2

Changes in this minor update:
* Fix language server shutdown when closing Sublime or its windows
* Fix bugs with language server selection for document
*
Add "fill" and "box" to `document_highlight_style`
* Updated References panel
* Add default configs for Dart, PHP, Kotlin
* Show more levels of diagnostics in hovers, add configuration for auto-opening panel.

See https://github.com/tomv564/LSP/releases/tag/0.7.2 for full update details.

0 comments on commit 4f6deab

Please sign in to comment.