Skip to content

Commit ee33608

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 6e91275 commit ee33608

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## v0.15.1-dev
44

55
* Enhancements
6+
* [GenEvent] Support `:ack` mode for GenEvent streams
67
* [Inspect] Support `:base` option in `inspect/2` to choose the base (`:binary`, `:octal`, `:decimal` or `:hex`) numbers a printed
78
* [kernel] Print warnings when used ? with characters with escape codes
89
* [Logger] Add SASL log forwarding option to Logger
@@ -17,22 +18,24 @@
1718
* [Mix] Store and check Elixir version requirement for generated archives
1819

1920
* Bug fixes
21+
* [CLI] Fix shell bugs when running on Windows with Cygwin or MinGW
2022
* [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`
2123
* [Kernel] Do not expand args for unknown functions/macros
2224
* [Kernel] Ensure `defstruct`, `@attr` inside and friends raise a nice error messages when values cannot be properly escaped
2325
* [Kernel] Do not raise conflicts on imports used from inside quotes
2426
* [Logger] Metadata is now correctly merged on each `Logger.metadata/1` call
2527
* [Logger] Use the Logger PID on `:error_logger` wrapper to avoid race conditions on shutdown
2628
* [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)")
2732
* [Path] Do not normalize paths in `Path.join/2` as normalization is beyond the scope of such function
2833
* [URI] `to_string/1` now properly converts URI to strings when the schema is missing
2934

3035
* Deprecations
3136
* [Collectable] Having a function as collectable is deprecated
3237
* [Module] `Module.function/3` is deprecated, please use `:erlang.make_fun/3` instead
3338

34-
* Backwards incompatible changes
35-
3639
## v0.15.0 (2014-08-02)
3740

3841
* Enhancements

0 commit comments

Comments
 (0)