Skip to content

Commit 3879f0d

Browse files
author
José Valim
committed
Update deprecations table, closes #7137
1 parent 24369d5 commit 3879f0d

File tree

1 file changed

+9
-29
lines changed

1 file changed

+9
-29
lines changed

lib/elixir/pages/Compatibility and Deprecations.md

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,15 @@ Erlang/OTP versioning is independent from the versioning of Elixir. Each version
66

77
Elixir version | Supported Erlang/OTP versions
88
:------------- | :----------------------------
9-
v1.0.0 | 17
10-
v1.0.1 | 17
11-
v1.0.2 | 17
12-
v1.0.3 | 17
13-
v1.0.4 | 17
14-
v1.0.5 | 17-18
15-
v1.1.0 | 17-18
16-
v1.1.1 | 17-18
17-
v1.2.0 | 18
18-
v1.2.1 | 18
19-
v1.2.2 | 18
20-
v1.2.3 | 18
21-
v1.2.4 | 18
22-
v1.2.5 | 18
23-
v1.2.6 | 18-19
24-
v1.3.0 | 18-19
25-
v1.3.1 | 18-19
26-
v1.3.2 | 18-19
27-
v1.3.3 | 18-19
28-
v1.3.4 | 18-19
29-
v1.4.0 | 18-19
30-
v1.4.1 | 18-19
31-
v1.4.2 | 18-19
32-
v1.4.3 | 18-19
33-
v1.4.4 | 18-19
34-
v1.4.5 | 18-20
35-
v1.5.0 | 18-20
36-
v1.5.1 | 18-20
37-
v1.5.2 | 18-20
9+
1.0 | 17 - 17 (and OTP 18 from v1.0.5)
10+
1.1 | 17 - 18
11+
1.2 | 18 - 18 (and OTP 19 from v1.2.6)
12+
1.3 | 18 - 19
13+
1.4 | 18 - 19 (and OTP 20 from v1.4.5)
14+
1.5 | 18 - 20
15+
1.6 | 19 - 20
16+
17+
While Elixir often adds compatibility to new Erlang versions on released branches, such as support for OTP 20 in v1.4.5, those releases usually contain the minimum changes for Elixir to run without errors. Only the next minor release, in this case v1.5.0, does effectively leverage the new features provided by the latest Erlang release.
3818

3919
## Deprecations
4020

0 commit comments

Comments
 (0)