diff --git a/elixir.changes b/elixir.changes index 3be6c6f..3b511ca 100644 --- a/elixir.changes +++ b/elixir.changes @@ -10,15 +10,15 @@ Thu Feb 4 09:10:38 UTC 2016 - pereira.alex@gmail.com [Mix] Automatically merge managers according to the mix > rebar3 > rebar > make order [Mix] Force recompilation if dependency was recently fetched - - Update to v1.2.1 - Enhancements - [IEx] Support remote pids/ports with IEx helper i/1 - [Protocol] Warn when defimpl is called for a consolidated protocol - Bug fixes - [ExUnit] Ensure assert macros can be used from quoted code - [ExUnit] Do not warn in match assertion if variable is reused in pattern - [Macro] Fix a bug in Macro.to_string/1 where a remote function could be accidentally interpreted as a sigil - [Mix] Ensure dependencies are properly skipped when --only option is given to mix deps.get +- Update to v1.2.1 + Enhancements + [IEx] Support remote pids/ports with IEx helper i/1 + [Protocol] Warn when defimpl is called for a consolidated protocol + Bug fixes + [ExUnit] Ensure assert macros can be used from quoted code + [ExUnit] Do not warn in match assertion if variable is reused in pattern + [Macro] Fix a bug in Macro.to_string/1 where a remote function could be accidentally interpreted as a sigil + [Mix] Ensure dependencies are properly skipped when --only option is given to mix deps.get ------------------------------------------------------------------- Fri Jan 1 15:48:20 UTC 2016 - idonmez@suse.com