Skip to content

Commit

Permalink
Mention the fixed regression (#13176)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
PragTob authored Dec 13, 2023
1 parent 010d516 commit 80404da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Finally, we have started enriching our documentation with [Mermaid.js](https://m
#### Elixir

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

0 comments on commit 80404da

Please sign in to comment.