Skip to content

Commit a382752

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 820d0cb commit a382752

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
* [Dict] Add `Dict.Behaviour` as a convenience to create your own dictionaries
55
* [Enum] Add `Enum.reduce/2`, `Enum.flat_map/2`, `Enum.chunks/2`, `Enum.chunks/4` and `Enum.chunks_by/2`
66
* [Elixir] Include file and line on error report for overriding an existing function/macro
7+
* [ExUnit] Show failures on CLIFormatter as soon as they pop up
78
* [IEx] Allow for strings in `h` helper
89
* [IEx] Helpers `r` and `c` can handle erlang sources
910
* [IO] Added support to specifying a number of bytes to stream to `IO.stream`, `IO.binstream`, `File.stream!` and `File.binstream!`
1011
* [List] Add `List.replace_at/3`
12+
* [Kernel] Add `is_odd/1` and `is_even/1`
1113
* [Kernel] Convert external functions into quoted expressions. This allows record fields to contain functions as long as they point to an `&Mod.fun/arity`
1214
* [Macro] Improve printing of the access protocol on `Macro.to_string/1`
1315
* [Macro] Add `Macro.to_string/2` to support annotations on the converted string
@@ -23,7 +25,7 @@
2325
* [File] Fix a bug where `File.touch(file, datetime)` was not setting the proper datetime when the file did not exist
2426
* [Kernel] Limit `inspect` results to 50 items by default to avoid printing too much data
2527
* [Kernel] Return a readable error on oversized atoms
26-
* [Kernel] Fix default shutdown of child supervisors to infinity
28+
* [Kernel] Fix default shutdown of child supervisors to `:infinity`
2729
* [Kernel] Fix regression when calling a function/macro ending with bang, followed by `do/end` blocks
2830
* [Mix] Fix `Mix.Version` matching on pre-release info
2931
* [Mix] Ensure `watch_exts` trigger full recompilation on change with `mix compile`
@@ -43,6 +45,7 @@
4345
* [Mix] `:umbrella` option for umbrella paths has been deprecated in favor of `:in_umbrella`
4446

4547
* backwards incompatible changes
48+
* [Kernel] The previous ambiguous import syntax `import :functions, Foo` was removed in favor of `import Foo, only: :functions`
4649
* [OptionParser] `parse` and `parse_head` now returns a tuple with three elements instead of two
4750

4851
# v0.10.1 (2013-08-03)

0 commit comments

Comments
 (0)