Skip to content

Commit

Permalink
Add notes for 0.8.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed Jul 22, 2019
1 parent 56676c1 commit bc8a337
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"

This comment has been minimized.

Copy link
@rwols

rwols Jul 24, 2019

Member

I think you forgot a comma here

"0.8.5": "messages/0.8.5.txt"
}
21 changes: 21 additions & 0 deletions messages/0.8.5.txt
Original file line number Diff line number Diff line change
@@ -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!

0 comments on commit bc8a337

Please sign in to comment.