File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,30 @@ These additions offer greater transparency into the components and licenses of e
234234
235235This 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
Original file line number Diff line number Diff line change 1- 1.19.0-rc.1
1+ 1.19.0-rc.2
Original file line number Diff line number Diff line change 66
77set -e
88
9- ELIXIR_VERSION=1.19.0-rc.1
9+ ELIXIR_VERSION=1.19.0-rc.2
1010
1111if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ " $1 " = " --help" ] || [ " $1 " = " -h" ]; }; }; then
1212 cat << USAGE >&2
Original file line number Diff line number Diff line change 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
99if " " %1 " " == " " " " if " " %2 " " == " " " " goto documentation
1010if /I " " %1 " " == " " --help" " if " " %2 " " == " " " " goto documentation
You can’t perform that action at this time.
0 commit comments