File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -85,16 +85,18 @@ ask Mix to use Rebar 3 to compile it by passing the `manager: :rebar3` option.
85
85
Once configured, Mix will prompt you to install Rebar 3 if it is not yet
86
86
available.
87
87
88
- ## v1.2.2-dev
88
+ ## v1.2.2
89
89
90
90
### 1. Enhancements
91
91
92
92
* [ Kernel] Support ` @compile {:autoload, false} ` to disable automatic loading after compilation
93
93
94
94
### 2. Bug fixes
95
95
96
+ * [ ExUnit] Raise if trying to override reserved tag in ` setup ` blocks
96
97
* [ Mix] Ensure retrieve compile manifests do fail if some compilers are not yet available
97
98
* [ Mix] Automatically merge managers according to the mix > rebar3 > rebar > make order
99
+ * [ Mix] Force recompilation if dependency was recently fetched
98
100
99
101
## v1.2.1 (2016-01-14)
100
102
Original file line number Diff line number Diff line change 1
- 1.2.1
1
+ 1.2.2
Original file line number Diff line number Diff line change 1
1
{application , elixir ,
2
2
[{description , " elixir" },
3
- {vsn , " 1.2.1 " },
3
+ {vsn , " 1.2.2 " },
4
4
{modules , [
5
5
elixir
6
6
]},
You can’t perform that action at this time.
0 commit comments