We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb9ef5 commit cc1d608Copy full SHA for cc1d608
CHANGELOG.md
@@ -1,5 +1,18 @@
1
### Unreleased
2
3
+### v0.17.2: 20 October 2023
4
+
5
+#### Improvements
6
7
+- Better rendering of functions with many arguments in hover
8
+- Document symbols correctly annotate ranges of last element in do-block
9
+- ElixirLS will emit LSP and DAP telemetry events that clients can subscribe to
10
11
+#### Fixes
12
13
+- Fixed compilation error on modules using `Application.compile_env`. This problem was introduced in v0.17.0
14
+- Fixed a problem when old diagnostics would not be cleared after server restart
15
16
### v0.17.1: 13 October 2023
17
18
#### Fixes
VERSION
@@ -1 +1 @@
-0.17.1
+0.17.2
0 commit comments