Skip to content

Commit 3d10ed2

Browse files
committed
bump version
1 parent 4c7b35c commit 3d10ed2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
### Unreleased
22

3+
### v0.26.3: 30 January 2025
4+
5+
#### Improvements
6+
7+
- Better handling of AST with cursor in defs and typespecs
8+
- ElixirLS will now respect that locals are not accessible in module body
9+
- Macro accessibility rules are now respected in type inference engine
10+
11+
#### Fixes
12+
13+
- Fixed completions crash in keyword options
14+
- Fixed completions crash when cursor line in request was outside document range
15+
- Fixed completions crash when unable to format spec
16+
- Fixed a crash when surround context around cursor is dynamic alias
17+
- Fixed a crash when elixir 1.18.0 emits diagnostics without column position
18+
- Fixed completions crash on capture arg
19+
- Fixed signature provider crash on protocol reflection functions
20+
- Fixed multiple provider crashes when LSP request position falls exactly in the middle of UTF16 high surrogate pair
21+
322
### v0.26.2: 2 January 2025
423

524
#### Improvements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.26.2
1+
0.26.3

0 commit comments

Comments
 (0)