Skip to content

Commit 9ae7c39

Browse files
committed
Update CHANGELOG, closes #13217
1 parent ba8fb4d commit 9ae7c39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Finally, we have started enriching our documentation with [Mermaid.js](https://m
118118
* [mix compile.elixir] Pass original exception down to diagnostic `:details` when possible
119119
* [mix compile.elixir] Optimize scenario where there are thousands of files in `lib/` and one of them is changed
120120
* [mix deps.clean] Emit a warning instead of crashing when a dependency cannot be removed
121+
* [mix escript.build] Escripts now strip .beam files by default, which leads to smaller escripts. However, if you are using escripts to access Elixir docs or compile Elixir code, documentation and deprecation metadata is no longer available. Set `strip_beams: false` in your escript configuration in your `mix.exs` to keep all metadata
121122
* [mix escript.install] Support `--sparse` option
122123
* [mix release] Include `include/` directory in releases
123124
* [mix test] Allow testing multiple file:line at once, such as `mix test test/foo_test.exs:13 test/bar_test.exs:27`

0 commit comments

Comments
 (0)