File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 5
5
* Enhancements
6
6
* [ GenEvent] Add support for ` GenEvent.ack_notify/2 `
7
7
* [ 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
8
10
* [ Mix] Add --force option to 'mix local.rebar'
9
11
* [ Mix] Fix ` --no-color ` /` --color ` option for ` mix test `
12
+ * [ Mix] Add a ` :language ` option to improve the usability of Erlang projects using Mix
10
13
11
14
* Bug fixes
15
+ * [ IEx] Do not print the underlying type for ` @opaque ` in the ` t ` helper
12
16
* [ GenEvent] Do not allow a handler to be added more than once
13
17
* [ GenServer] Do not treat bad arguments as exits in ` GenServer.call/2 `
14
18
* [ GenServer] Do not deliver out of order messages on ` GenServer.cast/2 ` on distributed mode
15
19
* [ Mix] Do not pre-compile a Mix project if an alias was found
16
20
* [ Mix] Properly handle compilation errors in the Erlang compiler
17
21
* [ 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
18
24
19
25
* Deprecations
20
26
* [ Collectable] Deprecate ` Collectable.empty/1 ` and ` Enum.traverse/2 `
You can’t perform that action at this time.
0 commit comments