diff --git a/messages.json b/messages.json index 5323f537b..c7b7de4bb 100644 --- a/messages.json +++ b/messages.json @@ -18,4 +18,5 @@ "0.8.2": "messages/0.8.2.txt", "0.8.3": "messages/0.8.3.txt", "0.8.4": "messages/0.8.4.txt" + "0.8.5": "messages/0.8.5.txt" } \ No newline at end of file diff --git a/messages/0.8.5.txt b/messages/0.8.5.txt new file mode 100644 index 000000000..c8b3a3e0e --- /dev/null +++ b/messages/0.8.5.txt @@ -0,0 +1,21 @@ +=> 0.8.5 + +Features: + +Signature help popup has syntax highlighting on signature, and emphasizes active parameter (with help from @predragnikolic) +Documentation and default configs have been updated. + +Fixes: + +* Fix for workspace edits failing to apply +* Fix double '$' or removal of leading characters in some completions (clangd/PHP/Powershell) +* Fix completions occasionally failing while checking view syntax (@rwols) +* Increased protocol compatibility in stdio header parsing (@bscottm) + +Deprecations: + +`highlight_active_signature_parameter` setting removed, this is now default behaviour. + +See https://github.com/tomv564/LSP/releases/tag/0.8.4 for full update details. + +Thanks to all contributors & reporters! \ No newline at end of file