Skip to content

Commit

Permalink
Updated Changelog for the 0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scohen committed Apr 24, 2024
1 parent 2f6ea89 commit 62e3ae1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
## Unreleased
## v0.6.0 `24 April, 2024`
After multiple people asked, both document and workspace symbols have been implemented.
Both make heavy use of our indexing infrastructure, which provides extremely fast and
accurate results.

We've also fixed a number of small inconsistencies and crashes in the indexer, making it more robust and accurate. When you update to this release, we strongly recommend re-indexing your project's source code by opening the project's `mix.exs` file and
running the `Rebuild <your project>'s code search index` code action.

In addition, we've improved support for completions in phoenix controllers, stopped completions inside strings and have changed how we sort completions. The new sorting scheme is a big improvement for usability, and sorts things by how "close" they are to what you're working on. Give it a shot, we think you'll like it.

I'd like to thank all our new contributors, and especially our core team of
@scottming, @zachallaun, @moosieus and @blond. You've all gone above and beyond.


## What's Changed
* Add Sublime Text instructions to docs by @distefam in https://github.com/lexical-lsp/lexical/pull/633
* Implement callback completions by @Moosieus in https://github.com/lexical-lsp/lexical/pull/640
Expand Down

0 comments on commit 62e3ae1

Please sign in to comment.