diff --git a/elixir-doc.spec b/elixir-doc.spec index 518791c..77f626b 100644 --- a/elixir-doc.spec +++ b/elixir-doc.spec @@ -17,7 +17,7 @@ Name: elixir-doc -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: Documentation for elixir License: Apache-2.0 and ErlPL-1.1 diff --git a/elixir.changes b/elixir.changes index f380a1b..201aaa7 100644 --- a/elixir.changes +++ b/elixir.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Jul 30 10:32:07 UTC 2016 - develop7@develop7.info + +- update to v1.3.2 + 1. Enhancements + Elixir + [Kernel] Support guards in else clauses in with + Mix + [Mix] Add MIX_NO_DEPS env var for disabling dep loading. Used for third-party scripts and tools like Nix package manager + [Mix] Add mix test --listen-on-stdin that automatically reruns tests on stdin + [Mix] Disable --warnings-as-errors when compiling dependencies + [Mix] Add --filter option to mix deps.unlock to unlock only matching dependencies + 2. Bug fixes + Elixir + [Enum] Return nil if enumerable halts in Enum.find_index/3 + [Kernel] Do not attempt to load modules that have not been required when invoking regular functions, otherwise this invalidates the @compile {:autoload, false} directive. + Mix + [Mix] Ensure missing protocol dependencies are discarded in umbrella projects with shared build + ExUnit + [ExUnit.Diff] Ensure no leading or trailing when diffing some maps + ------------------------------------------------------------------- Thu Jun 30 18:22:46 UTC 2016 - develop7@develop7.info diff --git a/elixir.spec b/elixir.spec index feb010e..cdf8fc7 100644 --- a/elixir.spec +++ b/elixir.spec @@ -17,7 +17,7 @@ Name: elixir -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: Functional meta-programming aware language built on top of the Erlang License: Apache-2.0 and ErlPL-1.1 diff --git a/v1.3.1.tar.gz b/v1.3.1.tar.gz deleted file mode 100644 index 864c847..0000000 --- a/v1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4ab90a0d8d7ed4159dd6b7e1bcbcdbdb8c6177a35328d774fccf00346b4b42c -size 1745562 diff --git a/v1.3.2.tar.gz b/v1.3.2.tar.gz new file mode 100644 index 0000000..859057a --- /dev/null +++ b/v1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be24efee0655206063208c5bb4157638310ff7e063b7ebd9d79e1c77e8344c4b +size 1748389