Skip to content

Commit d722685

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent beaa746 commit d722685

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
@@ -3,6 +3,7 @@
33
* [CLI] Support `--hidden` and `--cookie` flags for distributed Erlang
44
* [Enum] Add `Enum.to_list/1`, `Enum.equal?/2`, `Enum.equal?/3`, `Enum.member?/2`, `Enum.uniq/2`, `Enum.max/1`, `Enum.max/2`, `Enum.min/1` and `Enum.min/2`
55
* [ExUnit] Add `ExUnit.CaptureIO` for IO capturing during tests
6+
* [ExUnit] Consider load time on ExUnit time reports
67
* [IEx] Support `ls` with colored output
78
* [IEx] Add `#iex:break` to break incomplete expressions
89
* [Kernel] Add `Enum.at`, `Enum.fetch` and `Enum.fetch!`
@@ -17,6 +18,7 @@
1718
* [Keyword] Add `Keyword.delete_first/2`
1819
* [Mix] Add `local.rebar` to download a local copy of rebar, and change `deps.compile` to use it if needed
1920
* [Mix] Support umbrella applications
21+
* [Mix] Load beam files available at `MIX_PATH` on CLI usage
2022
* [String] Add `String.valid?` and `String.valid_character?`
2123

2224
* bug fix

0 commit comments

Comments
 (0)