Skip to content

Commit 80404da

Browse files
authored
Mention the fixed regression (#13176)
As best as I learned this was introduced in #11420 and fixed in aabe465 It shouldn't affect almost anyone except for scripting usage of elixir and (probably most notably) benchee benchmarks that don't call functions in a module.
1 parent 010d516 commit 80404da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Finally, we have started enriching our documentation with [Mermaid.js](https://m
9393
#### Elixir
9494

9595
* [Code] Keep quotes for atom keys in formatter
96+
* [Kernel] Re-enabled compiler optimzations for top level functions in scripts (enabled in v1.14.0 but shouldn't impact most programs)
9697
* [Macro] Address exception on `Macro.to_string/1` for certain ASTs
9798
* [Module] Make sure file and position information is included in several module warnings (regression)
9899
* [Path] Lazily evaluate `File.cwd!/0` in `Path.expand/1` and `Path.absname/1`

0 commit comments

Comments
 (0)