Skip to content

Commit 032c8b8

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 2d90d8a commit 032c8b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,22 @@
55
* Enhancements
66
* [GenEvent] Add support for `GenEvent.ack_notify/2`
77
* [GenEvent] Add support for monitored handlers to `GenEvent.add_handler/4` that removes the drawbacks in the previous linked handlers
8+
* [Logger] Allow any value that implements `String.Chars` to be logger
9+
* [Logger] Allow `Logger.log/3` timeout to be configured
810
* [Mix] Add --force option to 'mix local.rebar'
911
* [Mix] Fix `--no-color`/`--color` option for `mix test`
12+
* [Mix] Add a `:language` option to improve the usability of Erlang projects using Mix
1013

1114
* Bug fixes
15+
* [IEx] Do not print the underlying type for `@opaque` in the `t` helper
1216
* [GenEvent] Do not allow a handler to be added more than once
1317
* [GenServer] Do not treat bad arguments as exits in `GenServer.call/2`
1418
* [GenServer] Do not deliver out of order messages on `GenServer.cast/2` on distributed mode
1519
* [Mix] Do not pre-compile a Mix project if an alias was found
1620
* [Mix] Properly handle compilation errors in the Erlang compiler
1721
* [Mix] Always try to compile project if task cannot be found
22+
* [Mix] Purge in memory modules before consolidating
23+
* [Mix] Always compile a project if a task cannot be found
1824

1925
* Deprecations
2026
* [Collectable] Deprecate `Collectable.empty/1` and `Enum.traverse/2`

0 commit comments

Comments
 (0)