You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/elixir/pages/compatibility-and-deprecations.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ Elixir applies bug fixes only to the latest minor branch. Security patches are a
8
8
9
9
Elixir version | Support
10
10
:------------- | :-----------------------------
11
-
1.12 | Development
12
-
1.11 | Bug fixes and security patches
11
+
1.12 | Bug fixes and security patches
12
+
1.11 | Security patches only
13
13
1.10 | Security patches only
14
14
1.9 | Security patches only
15
15
1.8 | Security patches only
@@ -43,19 +43,19 @@ Erlang/OTP versioning is independent from the versioning of Elixir. Each version
43
43
44
44
Elixir version | Supported Erlang/OTP versions
45
45
:------------- | :-------------------------------
46
-
1.0 | 17 - 17 (and Erlang/OTP 18 from v1.0.5)
47
-
1.1 | 17 - 18
48
-
1.2 | 18 - 18 (and Erlang/OTP 19 from v1.2.6)
49
-
1.3 | 18 - 19
50
-
1.4 | 18 - 19 (and Erlang/OTP 20 from v1.4.5)
51
-
1.5 | 18 - 20
52
-
1.6 | 19 - 20 (and Erlang/OTP 21 from v1.6.6)
53
-
1.7 | 19 - 22
54
-
1.8 | 20 - 22
55
-
1.9 | 20 - 22
56
-
1.10 | 21 - 22 (and Erlang/OTP 23 from v1.10.3)
46
+
1.12 | 21 - 24
57
47
1.11 | 21 - 23
58
-
1.12 | 21 - 23
48
+
1.10 | 21 - 22 (and Erlang/OTP 23 from v1.10.3)
49
+
1.9 | 20 - 22
50
+
1.8 | 20 - 22
51
+
1.7 | 19 - 22
52
+
1.6 | 19 - 20 (and Erlang/OTP 21 from v1.6.6)
53
+
1.5 | 18 - 20
54
+
1.4 | 18 - 19 (and Erlang/OTP 20 from v1.4.5)
55
+
1.3 | 18 - 19
56
+
1.2 | 18 - 18 (and Erlang/OTP 19 from v1.2.6)
57
+
1.1 | 17 - 18
58
+
1.0 | 17 - 17 (and Erlang/OTP 18 from v1.0.5)
59
59
60
60
While Elixir often adds compatibility to new Erlang/OTP versions on released branches, such as support for Erlang/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/OTP release.
61
61
@@ -77,6 +77,8 @@ The first column is the version the feature was hard deprecated. The second colu
77
77
78
78
Version | Deprecated feature | Replaced by (available since)
0 commit comments