Skip to content

Commit

Permalink
add update notes for 2.3.0 release (#2566)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Dec 4, 2024
1 parent 9e30185 commit 66ece07
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"2.0.0": "messages/2.0.0.txt",
"2.1.0": "messages/2.1.0.txt",
"2.2.0": "messages/2.2.0.txt",
"2.3.0": "messages/2.3.0.txt",
"install": "messages/install.txt"
}
48 changes: 48 additions & 0 deletions messages/2.3.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
=> 2.3.0

# Features

- truncate inlay hint (#2514) (bivashy)
- add variable for VersionedTextDocumentIdentifier to use with lsp_execute (#2516) (jwortmann)

# Fixes

- code actions on save not fixing issues if saving quickly (#2540) (Rafał Chłodnicki)
- respect user-preferred flags when canceling completions (#2541) (Rafał Chłodnicki)
- consider priority_selector when using best_session during rename (#2538) (Rafał Chłodnicki)
- fix not considering given point when choosing best session in Goto commands (#2533) (jwortmann)
- ensure ending a session triggers listeners (#2518) (Rafał Chłodnicki)
- use session-unique region keys for semantic tokens (#2517) (Rafał Chłodnicki)

# Enhancements

- set completions from the async thread (#2563) (jwortmann)
- cancel pending requests as early as possible (#2543) (Rafał Chłodnicki)
- don't attach LSP to syntax test files (#2531) (jwortmann)
- make DocumentSyncListener more efficient if no server is running (#2532) (jwortmann)
- remove unnecessary parallel debouncing on selection change (#2529) (jwortmann)
- print URI error to status bar instead of error dialog (#2528) (jwortmann)
- don't restart servers when userprefs change (#2448) (jwortmann)
- use orjson to de-/serialize json-rpc messages (#2513) (deathaxe)

# Documentation

- add LSP-twiggy to language servers list (#2558) (Ivan Nikolić)
- update vue servers (#2549) (Rafał Chłodnicki)
- tweak badges in Readme (#2544) (jwortmann)
- add LSP-some-sass to language servers list (#2539) (Ivan Nikolić)
- update semantic token types in docs (Janos Wortmann)
- fix phpactor selector (#2512) (Rafał Chłodnicki)

# Refactors

- use namespaced enum constants (Janos Wortmann)
- improve custom IntFlag enum and annotations (Janos Wortmann)
- remove deprecated abstractproperty decorator (Janos Wortmann)
- replace literal with enum constant (Janos Wortmann)
- update type stubs for Python 3.8 (#2535) (jwortmann)
- remove unnecessary use of generators for session retrieval (#2524) (Rafał Chłodnicki)
- feat: make DebouncerNonThreadSafe public (#2525) (Rafał Chłodnicki)
- update LSP types and pyright (#2519) (Rafał Chłodnicki)
- use generated types for python 38 (#2500) (Предраг Николић)
- add info about tinymist (#2473) (Ilia)

0 comments on commit 66ece07

Please sign in to comment.