SHA256
1
0
forked from pool/elixir

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

Elixir v1.4.2

OBS-URL: https://build.opensuse.org/request/show/460659
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=24
This commit is contained in:
2017-02-27 09:35:04 +00:00
committed by Git OBS Bridge
parent 9f90a15356
commit 95952cf34d
5 changed files with 41 additions and 5 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Mon Feb 27 09:13:15 UTC 2017 - develop7@develop7.info
- Elixir v1.4.2
1. Bug fixes
EEx
[EEx] Support middle expressions on trim mode
Elixir
[Calendar] Correct typo on Calendar types
[Kernel] Ensure redefined functions point to the proper source
[OptionParser] Add `:allow_nonexistent_atoms` to support unsafe behaviour
prior to v1.4
[Stream] Allow consuming multiple items from suspended enumerable in
`Stream.transform/3`
[String] Incorporate new grapheme rules in Unicode 9
IEx
[IEx.Autocomplete] Do not crash on aliases which are not known at compile
time
Mix
[Mix.Umbrella] Ensure umbrella projects can depend on other umbrella
projects
[Mix.Archive] Ensure previous archives with .ez extension are deleted
- Elixir v1.4.1
1. Bug fixes
Elixir
[Kernel] Remove warning when making private functions overridable
[Path] Ensure `Path.join/1` returns strings for lists of one element
[Regex] Ensure `Regex.escape/1` also escapes `-`
IEx
[IEx] Disable ANSI detection for powershell to avoid false positives
Mix
[Mix.Make] Run `make clean` for `erlang.mk`
[Mix.Rebar] Support all of rebar3 dependency package declaration
[Mix.Rebar] Only pass overrides from parent to child in Rebar dep
-------------------------------------------------------------------
Fri Jan 6 17:33:45 UTC 2017 - develop7@develop7.info