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
216216#### Elixir
217217
218218 * [ Code] Return error on invalid unicode sequences in ` Code.string_to_quoted/2 ` instead of raising
219+ * [ Inspect] Inspect ill-formed structs as maps
219220 * [ Kernel] Properly increment metadata newline when ` ? ` is followed ny a literal newline character
220221
221222#### ExUnit
222223
223224 * [ 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
224230
225231## v1.19.0-rc.0 (2025-06-09)
226232
You can’t perform that action at this time.
0 commit comments