Skip to content

Commit edb5e7e

Browse files
committed
Document backwards incompatible change, closes #11105
1 parent 58ca652 commit edb5e7e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,14 @@ Elixir v1.12 has the additional of many functions across the standard library. T
277277

278278
* [mix compile] The `:xref` compiler is deprecated and it has no effect. Please remove it from your mix.exs file.
279279

280+
### 5. Backwards incompatible changes
281+
282+
A backward incompatible change was found on Elixir v1.12.0 after the release. This was not planned and it is documented below:
283+
284+
#### ExUnit
285+
286+
* [ExUnit.Formatter] `{:suite_finished, load_time, run_time}` message has been updated to `{:suite_finished, %{load: load_time, run: run_time, async: async_time}}`
287+
280288
## v1.11
281289

282290
The CHANGELOG for v1.11 releases can be found [in the v1.11 branch](https://github.com/elixir-lang/elixir/blob/v1.11/CHANGELOG.md).

0 commit comments

Comments
 (0)