Skip to content

Commit

Permalink
Add CHANGELOG entry for pcase changes
Browse files Browse the repository at this point in the history
I'm an Org newb, so hopefully this is well-formatted.
  • Loading branch information
chrisbouchard committed Sep 24, 2024
1 parent 5cf0a2e commit e9ffa48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
* Add ~lsp-flush-delayed-changes-before-next-message~ customization point to enforce throttling document change notifications.
* Fix bug in ~rust-analyzer.check.features~ configuration via ~lsp-rust-checkonsave-features~ Emacs setting: we were defaulting to ~[]~, but ~rust-analyzer~ defaults to inheriting the value from ~rust-analyzer.cargo.features~. The bug resulted in code hidden behind features not getting type checked when those features were enabled by setting ~rust-analyzer.cargo.features~ via the ~lsp-rust-features~ Emacs setting.
* Change ~ruff-lsp~ to ~ruff~ for python lsp client. All ~ruff-lsp~ customizable variable change to ~ruff~. Lsp server command now is ~["ruff" "server"]~ instead of ~["ruff-lsp"]~.
* Replace the per-interface ~(INTERFACE ...)~ pcase forms with a single,
unified ~(lsp-interface INTERFACE ...)~ form. The per-interface forms are no
longer generated. **This is a breaking change.** (See #4430.)

** 9.0.0
* Add language server config for QML (Qt Modeling Language) using qmlls.
Expand Down

0 comments on commit e9ffa48

Please sign in to comment.