File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
### Unreleased
2
2
3
+ ### v0.17.3: 24 October 2023
4
+
5
+ #### Fixes
6
+
7
+ - Fixed crash when language server tried to respond to cancelled requests. The bug was longstanding but changes from v0.17.2 exposed it
8
+ - Fixed crash in hover provider when markdown header cannot be formatted
9
+ - Fixed language server crash when reloading due to configuration change. The bug was longstanding but changes from v0.17.2 exposed it
10
+ - Fixed a crash when hovering over struct field access
11
+ - Fixed a dot call inference crash affecting various providers
12
+ - Workaround AST parsing crash affecting various providers
13
+
3
14
### v0.17.2: 23 October 2023
4
15
5
16
#### Improvements
Original file line number Diff line number Diff line change 1
- 0.17.2
1
+ 0.17.3
You can’t perform that action at this time.
0 commit comments