From b31e4e9fb644a0c6df7380cbb41ebf4142295571e29ed07165781c9d2929dfbc Mon Sep 17 00:00:00 2001 From: Andrei Dziahel Date: Thu, 4 Feb 2016 14:28:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=15 --- elixir.changes | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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