Skip to content

Commit cc1d608

Browse files
committed
bump version
1 parent dfb9ef5 commit cc1d608

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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+
316
### v0.17.1: 13 October 2023
417

518
#### Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.1
1+
0.17.2

0 commit comments

Comments
 (0)