You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@
7
7
*[Mix]`mix deps.clean` now works accross environments
8
8
*[Mix] Support line numbers in `mix test`, e.g. test/some/file_test.exs:12
9
9
*[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
0 commit comments