Skip to content

Commit 5e51da0

Browse files
committed
Changelog updated
1 parent 471cdd2 commit 5e51da0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

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

3+
### v0.11.0: 14 August 2022
4+
5+
Improvements:
6+
7+
- Elixir 1.14 support
8+
- Document symbols now return non empty selection ranges. This fixes breadcrumbs behavior in vscode
9+
- Fixed dialyzer crash on OTP 25
10+
- Added support for mix formatter plugins ([Dalibor Horinek](https://github.com/DaliborHorinek))
11+
- Debugger now returns detailed info about ports, pids and function variables
12+
- Debugger completions now return detal field
13+
- Diagnostic positions now return column position returned by compiler (elixir 1.14+)
14+
- Diagnostic position fixed to never return invalid negative values
15+
- An exat `do` keyword completion is now preselected and more preferred over `defoverridable`
16+
- Fixed hexdoc links in hover for aliased modules and imported functions ([Milo Lee](https://github.com/oo6))
17+
- Better module name suggestions in Phoenix `live` directory ([Manos Emmanouilidis](https://github.com/bottlenecked))
18+
319
**Deprecations**
420
- Minimum version of Elixir is now 1.11
521

0 commit comments

Comments
 (0)