We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e48d81 commit f3c1931Copy full SHA for f3c1931
CHANGELOG.md
@@ -2,13 +2,18 @@
2
3
## v1.0.1-dev
4
5
+* Enhancements
6
+ * [Mix] Add MIX_ENV output to archive.build (as on escript.build)
7
+
8
* Bug fixes
9
* [CLI] Fix Elixir CLI when running on Cygwin
10
* [ExUnit] Include stacktraces in ExUnit timeouts
- * [Mix] Load dependencies before `deps.check` compiles
11
+ * [Mix] Load dependencies before `deps.check` compiles dependencies
12
* [Mix] Ensure `Mix.Config` is deep merged
13
* [Mix] Change version requirement in new apps to `~> MAJOR.MINOR`
14
+ * [Mix] Report correct location if local.hex fails
15
* [Stream] Ensure `chunk/4` works correctly when halted
16
+ * [System] Do not allow relative paths in `System.cmd` as documented
17
18
## v1.0.0 (2014-09-10)
19
0 commit comments