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 authored and rongyi committed Jan 8, 2025
1 parent 6a9da00 commit bf61120
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 bf61120

Please sign in to comment.