Skip to content

Commit ebb989d

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 00eede6 commit ebb989d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
* [Enum] Document and enforce `Enum.member?/2` to use the match operator (`===`)
88
* [IEx] Split `IEx.Evaluator` from `IEx.Server` to allow custom evaluators
99
* [IEx] Add support for `IEx.pry` which halts a given process for inspection
10+
* [IO] Add specs and allow some IO APIs to receive any data that implements `String.Chars`
1011
* [Kernel] Improve stacktraces on command line interfaces
1112
* [Kernel] Sigils can now handle balanced tokens as in `%s(f(o)o)`
13+
* [Kernel] Emit warnings when an alias is not used
1214
* [Macro] Add `Macro.pipe/3` and `Macro.unpipe/1` for building pipelines
1315
* [Mix] Allow umbrella children to share dependencies between them
1416
* [Mix] Allow mix to be escriptize'd

0 commit comments

Comments
 (0)