Skip to content

Commit 86bafe8

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent fc5050d commit 86bafe8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
* [String] Deprecate `:global` option in `String.split/3` in favor of `parts: :infinity`
4141

4242
* 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
4345
* [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
4446
* [URI] The `URI.Info` record has now become the `URI` struct
4547
* [Version] The `Version.Schema` record has now become the `Version` struct

0 commit comments

Comments
 (0)