Skip to content

Commit

Permalink
changelog: Add missing breaking change for display-messages config
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Jan 6, 2025
1 parent 2178186 commit 5616f1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Packaging:

As always, a big thank you to all of the contributors! This release saw changes from 171 contributors.

Breaking changes:

* The `editor.lsp.display-messages` key now controls messages sent with the LSP `window/showMessage` notification rather than progress messages. If you want to enable progress messages you should now enable the `editor.lsp.display-progress-messages` key instead. ([#5535](https://github.com/helix-editor/helix/pull/5535))

Features:

* Big refactor for `Picker`s ([#9647](https://github.com/helix-editor/helix/pull/9647), [#11209](https://github.com/helix-editor/helix/pull/11209), [#11216](https://github.com/helix-editor/helix/pull/11216), [#11211](https://github.com/helix-editor/helix/pull/11211), [#11343](https://github.com/helix-editor/helix/pull/11343), [#11406](https://github.com/helix-editor/helix/pull/11406))
Expand Down

0 comments on commit 5616f1d

Please sign in to comment.