diff --git a/messages.json b/messages.json index de2efd384..d1fc4571f 100644 --- a/messages.json +++ b/messages.json @@ -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" } \ No newline at end of file diff --git a/messages/0.7.2.txt b/messages/0.7.2.txt new file mode 100644 index 000000000..533e4bc37 --- /dev/null +++ b/messages/0.7.2.txt @@ -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.