File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,14 @@ Note: Erlang 17.1 contains a regression in its wildcard implementation that
46
46
causes tools like rebar to fail. If you have a project with rebar dependencies
47
47
and is using Erlang 17.1, remember to update to at least Erlang 17.3.
48
48
49
+ ## v1.1.1 (2015-09-28)
50
+
51
+ ### Bug fixes
52
+
53
+ * [ Enum] Fix non-integer member checks with ranges
54
+ * [ ExUnit] Fix assertion errors with more than 1 pinned var
55
+ * [ Mix] Ensure umbrella apps can boot with build_embedded is true
56
+
49
57
## v1.1.0 (2015-09-25)
50
58
51
59
### 1. Enhancements
Original file line number Diff line number Diff line change 1
- 1.1.0
1
+ 1.1.1
Original file line number Diff line number Diff line change 1
1
{application , elixir ,
2
2
[{description , " elixir" },
3
- {vsn , " 1.1.0 " },
3
+ {vsn , " 1.1.1 " },
4
4
{modules , [
5
5
elixir
6
6
]},
You can’t perform that action at this time.
0 commit comments