File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 7
7
* [ Enum] Document and enforce ` Enum.member?/2 ` to use the match operator (` === ` )
8
8
* [ IEx] Split ` IEx.Evaluator ` from ` IEx.Server ` to allow custom evaluators
9
9
* [ 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 `
10
11
* [ Kernel] Improve stacktraces on command line interfaces
11
12
* [ Kernel] Sigils can now handle balanced tokens as in ` %s(f(o)o) `
13
+ * [ Kernel] Emit warnings when an alias is not used
12
14
* [ Macro] Add ` Macro.pipe/3 ` and ` Macro.unpipe/1 ` for building pipelines
13
15
* [ Mix] Allow umbrella children to share dependencies between them
14
16
* [ Mix] Allow mix to be escriptize'd
You can’t perform that action at this time.
0 commit comments