Skip to content

Commit 31e639f

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent f1effcb commit 31e639f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# v0.13.2-dev
22

33
* Enhancements
4+
* [Application] Add an Application module with common functions to work with OTP applications
5+
* [Exception] Add `Exception.message/1`, `Exception.format_banner/1`, `Exception.format_exit/1` and `Exception.format/1`
6+
* [File] Add `File.ln_s/1`
47
* [Mix] `mix deps.clean` now works accross environments
58
* [Mix] Support line numbers in `mix test`, e.g. test/some/file_test.exs:12
69
* [Mix] Use `@file` attributes to detect dependencies in between `.ex` and external files. This means changing an `.eex` file will no longer recompile the whole project only the files that depend directly on it
@@ -11,11 +14,15 @@
1114
* [IEx] Exit signals now exits the IEx evaluator and a new one is spawned on its place
1215
* [IEx] Ensure we don't prune too much stacktrace when reporting failures
1316
* [IEx] Fix an issue where `iex.bat` on Windows was not passing the proper parameters forward
17+
* [Kernel] Ensure modules defined on root respect defined aliases
1418
* [Kernel] Do not wrap single lists in `:__block__`
1519
* [Kernel] Ensure emitted beam code works nicely with dialyzer
1620
* [Kernel] Do not allow a module named `Elixir` to be defined
21+
* [Kernel] Create remote funs even if mod is a variable in capture `&mod.fun/arity`
22+
* [Kernel] Improve compiler message when duplicated modules are detected
1723
* [Mix] Generate `.gitignore` for `--umbrella` projects
1824
* [Mix] Verify if a git dependency in deps has a proper git checkout and clean it automatically when it doesn't
25+
* [Mix] Ensure `mix test` works with `IEx.pry/0`
1926
* [System] Convert remaining functions in System to rely on char data
2027

2128
* Soft deprecations (no warnings emitted)

0 commit comments

Comments
 (0)