Skip to content

Commit 9099039

Browse files
committed
Branch out v1.20
1 parent 1f19a05 commit 9099039

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ This release requires Erlang/OTP 27+ and is compatible with Erlang/OTP 29.
211211

212212
#### Mix
213213

214+
* [mix deps] Do not show dependency as diverged when it actually requires compilation (regression)
215+
* [mix deps] Revert allowing overriding specific dependencies in `:override` due to conflicts with Hex (revert)
214216
* [mix test] Respect --raise when mix test --warnings-as-errors passes with warnings
215217

216218
### 3. Hard deprecations

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PREFIX ?= /usr/local
66
TEST_FILES ?= "*_test.exs"
77
SHARE_PREFIX ?= $(PREFIX)/share
88
MAN_PREFIX ?= $(SHARE_PREFIX)/man
9-
CANONICAL := main/
9+
# CANONICAL := main/
1010
ELIXIRC := bin/elixirc --ignore-module-conflict $(ELIXIRC_OPTS)
1111
ELIXIRC_MIN_SIG := $(ELIXIRC) -e 'Code.put_compiler_option :infer_signatures, []'
1212
ERLC := erlc -I lib/elixir/include

SECURITY.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ Elixir applies bug fixes only to the latest minor branch. Security patches are a
1212

1313
Elixir version | Support
1414
:------------- | :-----------------------------
15-
1.20 | Development
16-
1.19 | Bug fixes and security patches
15+
1.20 | Bug fixes and security patches
16+
1.19 | Security patches only
1717
1.18 | Security patches only
1818
1.17 | Security patches only
1919
1.16 | Security patches only
20-
1.15 | Security patches only
2120

2221
## Announcements
2322

lib/elixir/pages/references/compatibility-and-deprecations.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ Elixir applies bug fixes only to the latest minor branch. Security patches are a
1414

1515
Elixir version | Support
1616
:------------- | :-----------------------------
17-
1.20 | Development
18-
1.19 | Bug fixes and security patches
17+
1.20 | Bug fixes and security patches
18+
1.19 | Security patches only
1919
1.18 | Security patches only
2020
1.17 | Security patches only
2121
1.16 | Security patches only
22-
1.15 | Security patches only
2322

2423
New releases are announced in the read-only [announcements mailing list](https://groups.google.com/group/elixir-lang-ann). All security releases [will be tagged with `[security]`](https://groups.google.com/forum/#!searchin/elixir-lang-ann/%5Bsecurity%5D%7Csort:date).
2524

0 commit comments

Comments
 (0)