SHA256
1
0
forked from pool/elixir

Accepting request 496410 from home:develop7:branches:devel:languages:erlang

Elixir v1.4.4

OBS-URL: https://build.opensuse.org/request/show/496410
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=25
This commit is contained in:
2017-05-18 19:33:54 +00:00
committed by Git OBS Bridge
parent 95952cf34d
commit eb398fe080
5 changed files with 41 additions and 5 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Thu May 18 18:39:39 UTC 2017 - develop7@develop7.info
- Elixir v1.4.4
1. Bug fixes
Elixir
[Map] Fix regression on struct update syntax
- Elixir v1.4.3
Note: This release had a regression that has been immediately fixed on
version 1.4.4.
This version includes changes that make Elixir fully compatible with
Erlang OTP 20-rc.1.
1. Enhancements
Elixir
[Kernel] Improve compilation time for modules with many clauses
[Map] Warn when attempting to override __struct__ key
[Regex] Add recompile/1 and recompile!/1 to ease transition to OTP 20
for archives and stored regexes
Logger
[Logger.Translator] Handle OTP 20 GenServer log messages
Mix
[mix compile] Recompile projects if OTP version changes
2. Bug fixes
Elixir
[Kernel] Fix code generation when non-binary bitstrings are in AST
[Record] Properly escape fields passed to defrecord
ExUnit
[ExUnit.Diff] Do not fail when comparing maps with nil or boolean keys
IEx
[IEx.Helpers] Do not log exits on IEx.Helpers.c/2 failures
Mix
[mix archive.install] Detect proper path on URLs with query strings
[mix loadpaths] Do not assume all paths in loadpaths exist
-------------------------------------------------------------------
Mon Feb 27 09:13:15 UTC 2017 - develop7@develop7.info