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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
3
-
## v1.0.1-dev
3
+
## v1.0.1 (2014-10-07)
4
4
5
5
* Enhancements
6
6
*[Mix] Add MIX_ENV output to archive.build (as on escript.build)
@@ -11,7 +11,11 @@
11
11
*[Mix] Load dependencies before `deps.check` compiles dependencies
12
12
*[Mix] Ensure `Mix.Config` is deep merged
13
13
*[Mix] Change version requirement in new apps to `~> MAJOR.MINOR`
14
-
*[Mix] Report correct location if local.hex fails and give higher priority to powershell install on Windows
14
+
*[Mix] Report correct location if `local.hex` fails and give higher priority to powershell install on Windows
15
+
*[Mix] Ensure `--elixirc-paths` option for `compile.elixir` is a subset of the project `:elixirc_paths` configuration and it does not remove skipped entries from the manifest
16
+
*[Mix] Ensure `compile.elixir` writes to manifest when files are removed
17
+
*[Mix] Ensure `compile.elixir` purges and deletes modules before compiling
18
+
*[Mix] Do not crash on malformed proxy env var
15
19
*[Stream] Ensure `chunk/4` works correctly when halted
16
20
*[System] Do not allow relative paths in `System.cmd/3` as documented
17
21
*[System] Fix `:stderr_to_stdout` option in `System.cmd/3`
0 commit comments