Skip to content

Commit 2c9fff0

Browse files
committed
Update CHANGELOG
1 parent c42f7af commit 2c9fff0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,13 @@ Mix also includes two new tasks: `mix app.config`, for application runtime confi
257257

258258
* [Code] Do not raise when checking for operator ambiguity when `:static_atoms_encoder` is set in `Code.string_to_quoted`
259259
* [Kernel] Emit undefined function warnings from `with`
260+
* [Module] Do not warn for attributes used in `@after_compile`
260261
* [Record] Make sure nested record names do not clobber each other
261262

263+
#### ExUnit
264+
265+
* [ExUnit.Assertions] Do not crash if there are macros and module attributes on the left side of `++`
266+
262267
#### IEx
263268

264269
* [IEx.Helpers] Do not use Unicode chars if ANSI is disabled

0 commit comments

Comments
 (0)