Skip to content

Commit 957f84b

Browse files
committed
Release v1.19.0-rc.2
1 parent 74fab3c commit 957f84b

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,30 @@ These additions offer greater transparency into the components and licenses of e
234234

235235
This work was performed by Jonatan Männchen and sponsored by the Erlang Ecosystem Foundation.
236236

237+
## v1.19.0-rc.2 (2025-10-07)
238+
239+
### 1. Enhancements
240+
241+
#### Elixir
242+
243+
* [Regex] Raise error message when regexes are used as default values in struct fields for compatibility with Erlang/OTP 28
244+
* [Registry] Add key-based partitioning of duplicate registries
245+
246+
### 2. Bug fixes
247+
248+
#### Elixir
249+
250+
* [Kernel] Address issue with type checking not completing on protocol consolidation
251+
252+
#### ExUnit
253+
254+
* [ExUnit] Do not crash on empty test unit groups
255+
256+
#### Mix
257+
258+
* [mix help] Add `mix help app:APP`
259+
* [mix test] Fix module preloading in `mix test --slowest-modules=N`
260+
237261
## v1.19.0-rc.1 (2025-10-05)
238262

239263
### 1. Enhancements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.0-rc.1
1+
1.19.0-rc.2

bin/elixir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
set -e
88

9-
ELIXIR_VERSION=1.19.0-rc.1
9+
ELIXIR_VERSION=1.19.0-rc.2
1010

1111
if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ "$1" = "--help" ] || [ "$1" = "-h" ]; }; }; then
1212
cat <<USAGE >&2

bin/elixir.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:: SPDX-FileCopyrightText: 2021 The Elixir Team
55
:: SPDX-FileCopyrightText: 2012 Plataformatec
66

7-
set ELIXIR_VERSION=1.19.0-rc.1
7+
set ELIXIR_VERSION=1.19.0-rc.2
88

99
if ""%1""=="""" if ""%2""=="""" goto documentation
1010
if /I ""%1""==""--help"" if ""%2""=="""" goto documentation

0 commit comments

Comments
 (0)