Skip to content

Commit 7120a5e

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent d0fd5ed commit 7120a5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# v0.10.4-dev
22

33
* Enhancements
4+
* [Dict] Document and enforce all dicts use the match operator (`===`) when checking for keys
45
* [Enum] Add `Enum.slice/2` with a range
56
* [IEx] Split `IEx.Evaluator` from `IEx.Server` to allow custom evaluators
67
* [IEx] Add support for `IEx.pry` which halts a given process for inspection
@@ -9,7 +10,9 @@
910
* [Macro] Add `Macro.pipe/3` and `Macro.unpipe/1` for building pipelines
1011
* [Mix] Allow umbrella children to share dependencies between them
1112
* [Mix] Allow mix to be escriptize'd
13+
* [Mix] Speed mix projects compilation by relying on more manifests information
1214
* [Protocol] Protocols now provide `impl_for/1` and `impl_for!/1` functions which receive a structure and returns its respective implementation, otherwise returns nil or an error
15+
* [Set] Document and enforce all sets use the match operator (`===`) when checking for keys
1316
* [String] Update to Unicode 6.3.0
1417
* [String] Add `Enum.slice/2` with a range
1518

0 commit comments

Comments
 (0)