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
234
234
235
235
This work was performed by Jonatan Männchen and sponsored by the Erlang Ecosystem Foundation.
236
236
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
+
237
261
## v1.19.0-rc.1 (2025-10-05)
238
262
239
263
### 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 6
6
7
7
set -e
8
8
9
- ELIXIR_VERSION=1.19.0-rc.1
9
+ ELIXIR_VERSION=1.19.0-rc.2
10
10
11
11
if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ " $1 " = " --help" ] || [ " $1 " = " -h" ]; }; }; then
12
12
cat << USAGE >&2
Original file line number Diff line number Diff line change 4
4
:: SPDX-FileCopyrightText: 2021 The Elixir Team
5
5
:: SPDX-FileCopyrightText: 2012 Plataformatec
6
6
7
- set ELIXIR_VERSION = 1.19.0-rc.1
7
+ set ELIXIR_VERSION = 1.19.0-rc.2
8
8
9
9
if " " %1 " " == " " " " if " " %2 " " == " " " " goto documentation
10
10
if /I " " %1 " " == " " --help" " if " " %2 " " == " " " " goto documentation
You can’t perform that action at this time.
0 commit comments