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 d66600f commit e27cd4aCopy full SHA for e27cd4a
CHANGELOG.md
@@ -1,5 +1,24 @@
1
### Unreleased
2
3
+### v0.22.0: 11 June 2024
4
+
5
+#### Highlights
6
7
+- Support for elixir 1.17
8
+- Support for OTP 27
9
10
+#### Improvements
11
12
+- Related information with inferred type is added on diagnostics origination from elixir 1.17 type system
13
+- Added support for ExDoc autolinking in OTP 27 markdown documentation
14
+- Debug adapter can display OTP 27 process labels
15
+- Dialyzer is more strict with option validation
16
+- Updated vendored dialyxir to 1.4.3
17
18
+#### Fixes
19
20
+- Fixed a crash in metadata builder when recovering from AST parse error
21
22
### v0.21.3: 22 May 2024
23
24
#### Improvements
VERSION
@@ -1 +1 @@
-0.21.3
+0.22.0
0 commit comments