SHA256
1
0
forked from pool/elixir

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

update to v1.2.3

OBS-URL: https://build.opensuse.org/request/show/361289
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=16
This commit is contained in:
2016-02-24 16:22:30 +00:00
committed by Git OBS Bridge
parent b31e4e9fb6
commit 50405339df
5 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Feb 24 16:06:18 UTC 2016 - develop7@develop7.info
- update to v1.2.3
+ Enhancements
* [Base] Add :ignore and :padding option to encoding/decoding functions
* [Mix] Add Mix.Projects.deps_paths that returns the dependencies path as a map
+ Bug fixes
* [ExUnit] Do not provide negative line numbers without generated annotation (for compatibility with Erlang 19)
* [Mix] Reject non fullfilled optional dependencies later on in the convergence resolution for proper dependency sorting
* [String] Fix incomplete data trimming on both String.replace_trailing and String.rstrip
* [String] Attach debug_info back into Unicode modules for Dialyzer support
-------------------------------------------------------------------
Thu Feb 4 09:10:38 UTC 2016 - pereira.alex@gmail.com