File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -216,11 +216,17 @@ This work was performed by Jonatan Männchen and sponsored by the Erlang Ecosyst
216
216
#### Elixir
217
217
218
218
* [ Code] Return error on invalid unicode sequences in ` Code.string_to_quoted/2 ` instead of raising
219
+ * [ Inspect] Inspect ill-formed structs as maps
219
220
* [ Kernel] Properly increment metadata newline when ` ? ` is followed ny a literal newline character
220
221
221
222
#### ExUnit
222
223
223
224
* [ ExUnit.Assertions] Fix order in ExUnit results when listing pinned variables
225
+ * [ ExUnit.Assertions] Raise if attempting to raise an assertion error with invalid message (not a binary)
226
+
227
+ #### Mix
228
+
229
+ * [ mix test] Prevent ` mix test ` from overriding ` :failures_manifest_path ` option
224
230
225
231
## v1.19.0-rc.0 (2025-06-09)
226
232
You can’t perform that action at this time.
0 commit comments