File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed
Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1- 2.8.1
1+ 2.8.2
Original file line number Diff line number Diff line change 4747 "2.7.0" : " messages/2.7.0.txt" ,
4848 "2.8.0" : " messages/2.8.0.txt" ,
4949 "2.8.1" : " messages/2.8.1.txt" ,
50+ "2.8.2" : " messages/2.8.2.txt" ,
5051 "install" : " messages/install.txt"
5152}
Original file line number Diff line number Diff line change 1+ => 2.8.2
2+
3+ # Fixes
4+
5+ - Refactor handling of progress notification for diagnostics (#2740) (Rafał Chłodnicki)
6+ - Fix diagnostics request for not visible views after refresh (#2743) (jwortmann)
7+ - Fix diagnostic dynamic registration and rework Goto Diagnostic command (#2727) (jwortmann)
8+ - Fix dotted dict processing dots in second+ level keys (#2745) (Rafał Chłodnicki)
9+ - fix missing request duration in logs (#2736) (Rafał Chłodnicki)
10+
11+ # Refactors
12+
13+ - Type parameters and return value of Request (#2741) (Rafał Chłodnicki)
Original file line number Diff line number Diff line change 1- __version__ = (2 , 8 , 1 )
1+ __version__ = (2 , 8 , 2 )
You can’t perform that action at this time.
0 commit comments