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 cd3c963 commit 2ff5cdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
* 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"]~.
* Add futhark support
* Optimize overlay creation by checking window visibility first

* 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 2ff5cdd

Please sign in to comment.