Skip to content

Commit 66ece07

Browse files
authored
add update notes for 2.3.0 release (#2566)
1 parent 9e30185 commit 66ece07

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

messages.json

+1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"2.0.0": "messages/2.0.0.txt",
4141
"2.1.0": "messages/2.1.0.txt",
4242
"2.2.0": "messages/2.2.0.txt",
43+
"2.3.0": "messages/2.3.0.txt",
4344
"install": "messages/install.txt"
4445
}

messages/2.3.0.txt

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
=> 2.3.0
2+
3+
# Features
4+
5+
- truncate inlay hint (#2514) (bivashy)
6+
- add variable for VersionedTextDocumentIdentifier to use with lsp_execute (#2516) (jwortmann)
7+
8+
# Fixes
9+
10+
- code actions on save not fixing issues if saving quickly (#2540) (Rafał Chłodnicki)
11+
- respect user-preferred flags when canceling completions (#2541) (Rafał Chłodnicki)
12+
- consider priority_selector when using best_session during rename (#2538) (Rafał Chłodnicki)
13+
- fix not considering given point when choosing best session in Goto commands (#2533) (jwortmann)
14+
- ensure ending a session triggers listeners (#2518) (Rafał Chłodnicki)
15+
- use session-unique region keys for semantic tokens (#2517) (Rafał Chłodnicki)
16+
17+
# Enhancements
18+
19+
- set completions from the async thread (#2563) (jwortmann)
20+
- cancel pending requests as early as possible (#2543) (Rafał Chłodnicki)
21+
- don't attach LSP to syntax test files (#2531) (jwortmann)
22+
- make DocumentSyncListener more efficient if no server is running (#2532) (jwortmann)
23+
- remove unnecessary parallel debouncing on selection change (#2529) (jwortmann)
24+
- print URI error to status bar instead of error dialog (#2528) (jwortmann)
25+
- don't restart servers when userprefs change (#2448) (jwortmann)
26+
- use orjson to de-/serialize json-rpc messages (#2513) (deathaxe)
27+
28+
# Documentation
29+
30+
- add LSP-twiggy to language servers list (#2558) (Ivan Nikolić)
31+
- update vue servers (#2549) (Rafał Chłodnicki)
32+
- tweak badges in Readme (#2544) (jwortmann)
33+
- add LSP-some-sass to language servers list (#2539) (Ivan Nikolić)
34+
- update semantic token types in docs (Janos Wortmann)
35+
- fix phpactor selector (#2512) (Rafał Chłodnicki)
36+
37+
# Refactors
38+
39+
- use namespaced enum constants (Janos Wortmann)
40+
- improve custom IntFlag enum and annotations (Janos Wortmann)
41+
- remove deprecated abstractproperty decorator (Janos Wortmann)
42+
- replace literal with enum constant (Janos Wortmann)
43+
- update type stubs for Python 3.8 (#2535) (jwortmann)
44+
- remove unnecessary use of generators for session retrieval (#2524) (Rafał Chłodnicki)
45+
- feat: make DebouncerNonThreadSafe public (#2525) (Rafał Chłodnicki)
46+
- update LSP types and pyright (#2519) (Rafał Chłodnicki)
47+
- use generated types for python 38 (#2500) (Предраг Николић)
48+
- add info about tinymist (#2473) (Ilia)

0 commit comments

Comments
 (0)