File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 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.
8585Once configured, Mix will prompt you to install Rebar 3 if it is not yet
8686available.
8787
88- ## v1.2.2-dev
88+ ## v1.2.2
8989
9090### 1. Enhancements
9191
9292 * [ Kernel] Support ` @compile {:autoload, false} ` to disable automatic loading after compilation
9393
9494### 2. Bug fixes
9595
96+ * [ ExUnit] Raise if trying to override reserved tag in ` setup ` blocks
9697 * [ Mix] Ensure retrieve compile manifests do fail if some compilers are not yet available
9798 * [ Mix] Automatically merge managers according to the mix > rebar3 > rebar > make order
99+ * [ Mix] Force recompilation if dependency was recently fetched
98100
99101## v1.2.1 (2016-01-14)
100102
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 11{application , elixir ,
22[{description , " elixir" },
3- {vsn , " 1.2.1 " },
3+ {vsn , " 1.2.2 " },
44 {modules , [
55 elixir
66 ]},
You can’t perform that action at this time.
0 commit comments