Skip to content

Commit 41c8f83

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 1f61ba4 commit 41c8f83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
* [Mix] `mix deps.clean` now works accross environments
88
* [Mix] Support line numbers in `mix test`, e.g. test/some/file_test.exs:12
99
* [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
10+
* [Mix] Support application configurations in `config/config.exs` which can be customized by specifying your own `:config_path`
11+
* [Mix] Support user-wide configuration with `~/.mix/config.exs`
12+
* [Mix] `mix help` now uses ANSI formatting to print guides
1013
* [String] Support `:parts` in `String.split/3`
1114

1215
* Bug fixes

0 commit comments

Comments
 (0)