Skip to content

Commit cc87d19

Browse files
committed
Changelog updated
1 parent 2772a5a commit cc87d19

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
### Unreleased
22

3-
**Deprecations**
3+
### v0.13.0: 8 January 2023
4+
5+
#### Improvements
6+
7+
- Completions now retur LSP 3.17 `labelDetails`. This allows to provide more contextual detais to completion items
8+
- Protocol implementations are no longer auto aliased
9+
- Completions requiring auto aliasing are deprioretized and visually marked
10+
- Optimisation of references tracing. It should make difference especially in macro heavy modules (e.g. Absinthe schemas)
11+
- Improvements to dependency reloading on switching branches.
12+
- Improved compatibility on Windows
13+
- Definitions provider improved handling of multiline variables [timgent](https://github.com/timgent)
14+
- Definitions provider now finds correct arity function [timgent](https://github.com/timgent)
15+
16+
### Refactorings
17+
18+
- CI pipeline now runs on Windows and Linux
19+
20+
#### Deprecations
21+
422
- Minimum version of Elixir is now 1.12.3
23+
- `docsh` fallback for erlang documentation removed. EEP 48 is supported on OTP 23+
24+
- Code action prefixing unused variables with `_` has been removed due to various problems
525

626
### v0.12.0: 7 November 2022
727

0 commit comments

Comments
 (0)