|
3 | 3 | ## v0.15.1-dev
|
4 | 4 |
|
5 | 5 | * Enhancements
|
| 6 | + * [GenEvent] Support `:ack` mode for GenEvent streams |
6 | 7 | * [Inspect] Support `:base` option in `inspect/2` to choose the base (`:binary`, `:octal`, `:decimal` or `:hex`) numbers a printed
|
7 | 8 | * [kernel] Print warnings when used ? with characters with escape codes
|
8 | 9 | * [Logger] Add SASL log forwarding option to Logger
|
|
17 | 18 | * [Mix] Store and check Elixir version requirement for generated archives
|
18 | 19 |
|
19 | 20 | * Bug fixes
|
| 21 | + * [CLI] Fix shell bugs when running on Windows with Cygwin or MinGW |
20 | 22 | * [Kernel] Modules compiled by Elixir now report the correct beam location when `:code.which/1` is invoked. If the bytecode is only available in memory, `:code.which/1` returns `:in_memory`
|
21 | 23 | * [Kernel] Do not expand args for unknown functions/macros
|
22 | 24 | * [Kernel] Ensure `defstruct`, `@attr` inside and friends raise a nice error messages when values cannot be properly escaped
|
23 | 25 | * [Kernel] Do not raise conflicts on imports used from inside quotes
|
24 | 26 | * [Logger] Metadata is now correctly merged on each `Logger.metadata/1` call
|
25 | 27 | * [Logger] Use the Logger PID on `:error_logger` wrapper to avoid race conditions on shutdown
|
26 | 28 | * [Macro] Ensure bitstrings work with `Macro.escape/1`
|
| 29 | + * [Mix] Ensure aliases are invoked on umbrella recursive tasks |
| 30 | + * [Mix] Leave it up to the application to start the Logger after compilation |
| 31 | + * [Mix] Accept more forms of git versions (like "git version 1.9.3 (Apple Git-50)") |
27 | 32 | * [Path] Do not normalize paths in `Path.join/2` as normalization is beyond the scope of such function
|
28 | 33 | * [URI] `to_string/1` now properly converts URI to strings when the schema is missing
|
29 | 34 |
|
30 | 35 | * Deprecations
|
31 | 36 | * [Collectable] Having a function as collectable is deprecated
|
32 | 37 | * [Module] `Module.function/3` is deprecated, please use `:erlang.make_fun/3` instead
|
33 | 38 |
|
34 |
| -* Backwards incompatible changes |
35 |
| - |
36 | 39 | ## v0.15.0 (2014-08-02)
|
37 | 40 |
|
38 | 41 | * Enhancements
|
|
0 commit comments