-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Changelog #499
Update Changelog #499
Conversation
CHANGELOG.md
Outdated
@@ -1,5 +1,21 @@ | |||
### Unreleased | |||
|
|||
Improvements: | |||
- Use fuzzy matching for completion (thanks [Po Chen](https://github.com/princemaple)) [#491](https://github.com/elixir-lsp/elixir-ls/pull/491) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
function completion only, for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, yes. Good point. Adjusted the wording in 4cdbd24
Is this intended for a release? |
Yes it is. I just want to do some local testing with #515. Planning to do a release this weekend or early next week. |
Great 🎉 I'm looking forward to the community feedbacks on the auto complete change, before adding it to more places. |
Also add a test to do basic verification of changelog links