Skip to content

Commit 5b5b95e

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 67caa3e commit 5b5b95e

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
@@ -4,8 +4,16 @@
44

55
* Enhancements
66
* [Inspect] Support `:base` option in `inspect/2` to choose the base (`:binary`, `:octal`, `:decimal` or `:hex`) numbers a printed
7+
* [Logger] Add SASL log forwarding option to Logger
8+
* [Logger] Add `$padlevel` to option Logger formatter
9+
* [Mix] Load mix deps only when there is a need to use them (this improves the timing for the majority of tasks in a Mix project)
710

811
* Bug fixes
12+
* [Kernel] Modules compiled by Elixir now report the correct beam location when `:code.which/1` is invoked. If the bytecode is only available in memory, `:code.which/1` returns `:in_memory`
13+
* [Kernel] Do not expand args for unknown functions/macros
14+
* [Logger] Metadata is now correctly merged on each `Logger.metadata/1` call
15+
* [Logger] Use the Logger PID on `:error_logger` wrapper to avoid race conditions on shutdown
16+
* [Path] Do not normalize paths in `Path.join/2` as normalization is beyond the scope of such function
917

1018
* Deprecations
1119

0 commit comments

Comments
 (0)