File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 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
4646causes tools like rebar to fail. If you have a project with rebar dependencies
4747and is using Erlang 17.1, remember to update to at least Erlang 17.3.
4848
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+
4957## v1.1.0 (2015-09-25)
5058
5159### 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 11{application , elixir ,
22[{description , " elixir" },
3- {vsn , " 1.1.0 " },
3+ {vsn , " 1.1.1 " },
44 {modules , [
55 elixir
66 ]},
You can’t perform that action at this time.
0 commit comments