You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@
40
40
*[String] Deprecate `:global` option in `String.split/3` in favor of `parts: :infinity`
41
41
42
42
* Backwards incompatible changes
43
+
*[ExUnit]`ExUnit.Test` and `ExUnit.TestCase` has been converted to structs
44
+
*[ExUnit] The test and callback context has been converted to maps
43
45
*[Kernel]`File.Stat`, `HashDict`, `HashSet`, `Inspect.Opts`, `Macro.Env`, `Range`, `Regex` and `Version.Requirement` have been converted to structs. This means `is_record/2` checks will no longer work, instead, you can pattern match on them using `%Range{}` and similar
44
46
*[URI] The `URI.Info` record has now become the `URI` struct
45
47
*[Version] The `Version.Schema` record has now become the `Version` struct
0 commit comments