You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,16 @@
4
4
5
5
* Enhancements
6
6
*[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)
7
10
8
11
* 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
0 commit comments