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 31aebcd commit f7a31acCopy full SHA for f7a31ac
CHANGELOG.md
@@ -85,6 +85,17 @@ ask Mix to use Rebar 3 to compile it by passing the `manager: :rebar3` option.
85
Once configured, Mix will prompt you to install Rebar 3 if it is not yet
86
available.
87
88
+## v1.2.2-dev
89
+
90
+### 1. Enhancements
91
92
+ * [Kernel] Support `@compile {:autoload, false}` to disable automatic loading after compilation
93
94
+### 2. Bug fixes
95
96
+ * [Mix] Ensure retrieve compile manifests do fail if some compilers are not yet available
97
+ * [Mix] Automatically merge managers according to the mix > rebar3 > rebar > make order
98
99
## v1.2.1 (2016-01-14)
100
101
### 1. Enhancements
0 commit comments