forked from pool/elixir
Accepting request 393154 from home:pereira_alex:branches:devel:languages:erlang
update to elixir version 1.2.5 OBS-URL: https://build.opensuse.org/request/show/393154 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 1 09:43:58 UTC 2016 - pereira.alex@gmail.com
|
||||
|
||||
- Update to v1.2.5
|
||||
Bug fixes
|
||||
[Logger] Stringify truncated function data in Logger
|
||||
[Logger] Ensure poorly formatted char data can also be logged by using the replacement character "<22>" (diamond question mark)
|
||||
[Mix] Do not assume @impl is always a list
|
||||
[String] Fix bugs in String.replace_* functions where it would not include the accumulated value for certain replacements
|
||||
|
||||
- Update to v1.2.4
|
||||
Enhancements
|
||||
[Mix] Add :archives configuration to def project that allows projects to list archive dependencies. --no-archives-check (as well as --no-deps-check) will disable the archive check. The :archives option is not checked for dependencies.
|
||||
[Mix] Add deps.precompile task as hook
|
||||
[Mix] Support --include-children in mix deps.compile option
|
||||
[String] Update version of the Unicode database to 8.0.0
|
||||
|
||||
Bug fixes
|
||||
[Application] Ensure spec/2 returns nil for unknown applications
|
||||
[Integer] Fix a possible binary leak in parse/1
|
||||
[Mix] Purge Erlang modules on recompilation
|
||||
[String] Ensure split/1 does not break on non-breakable whitespace
|
||||
[String] Ensure NFC and NFD normalization pass all of Unicode 8.0.0 tests
|
||||
[Version] Allow dots in build info for versions in Version.parse/1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 24 16:06:18 UTC 2016 - develop7@develop7.info
|
||||
|
||||
|
Reference in New Issue
Block a user