File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,20 @@ 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.1 (2016-01-14)
89
+
90
+ ### 1. Enhancements
91
+
92
+ * [ IEx] Support remote pids/ports with IEx helper ` i/1 `
93
+ * [ Protocol] Warn when ` defimpl ` is called for a consolidated protocol
94
+
95
+ ### 2. Bug fixes
96
+
97
+ * [ ExUnit] Ensure ` assert ` macros can be used from quoted code
98
+ * [ ExUnit] Do not warn in match assertion if variable is reused in pattern
99
+ * [ Macro] Fix a bug in ` Macro.to_string/1 ` where a remote function could be accidentally interpreted as a sigil
100
+ * [ Mix] Ensure dependencies are properly skipped when ` --only ` option is given to ` mix deps.get `
101
+
88
102
## v1.2.0 (2016-01-01)
89
103
90
104
### 1. Enhancements
Original file line number Diff line number Diff line change 1
- 1.2.0
1
+ 1.2.1
Original file line number Diff line number Diff line change 1
1
{application , elixir ,
2
2
[{description , " elixir" },
3
- {vsn , " 1.2.0 " },
3
+ {vsn , " 1.2.1 " },
4
4
{modules , [
5
5
elixir
6
6
]},
You can’t perform that action at this time.
0 commit comments