Skip to content

Commit cbb1f45

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 4723bca commit cbb1f45

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# v0.10.2-dev
22

33
* enhancements
4+
* [CLI] Add `--verbose` to elixirc, which now is non-verbose by default
45
* [Dict] Add `Dict.Behaviour` as a convenience to create your own dictionaries
5-
* [Enum] Add `Enum.reduce/2`, `Enum.flat_map/2`, `Enum.chunks/2`, `Enum.chunks/4` and `Enum.chunks_by/2`
6-
* [Elixir] Include file and line on error report for overriding an existing function/macro
6+
* [Enum] Add `Enum.split/2`, `Enum.reduce/2`, `Enum.flat_map/2`, `Enum.chunks/2`, `Enum.chunks/4` and `Enum.chunks_by/2`
77
* [ExUnit] Show failures on CLIFormatter as soon as they pop up
88
* [IEx] Allow for strings in `h` helper
99
* [IEx] Helpers `r` and `c` can handle erlang sources
1010
* [IO] Added support to specifying a number of bytes to stream to `IO.stream`, `IO.binstream`, `File.stream!` and `File.binstream!`
11+
* [Kernel] Include file and line on error report for overriding an existing function/macro
1112
* [Kernel] Add `is_odd/1` and `is_even/1`
1213
* [Kernel] Convert external functions into quoted expressions. This allows record fields to contain functions as long as they point to an `&Mod.fun/arity`
14+
* [Kernel] Allow `foo?` and `bar!` as valid variable names
1315
* [List] Add `List.replace_at/3`
1416
* [Macro] Improve printing of the access protocol on `Macro.to_string/1`
1517
* [Macro] Add `Macro.to_string/2` to support annotations on the converted string
@@ -25,9 +27,11 @@
2527
* [File] Fix a bug where `File.touch(file, datetime)` was not setting the proper datetime when the file did not exist
2628
* [Kernel] Limit `inspect` results to 50 items by default to avoid printing too much data
2729
* [Kernel] Return a readable error on oversized atoms
30+
* [Kernel] Allow functions ending with `?` or `!` to be captured
2831
* [Kernel] Fix default shutdown of child supervisors to `:infinity`
2932
* [Kernel] Fix regression when calling a function/macro ending with bang, followed by `do/end` blocks
3033
* [List] Fix bug on `List.insert_at/3` that added the item at the wrong position for negative indexes
34+
* [Macro] `Macro.escape/2` can now escape improper lists
3135
* [Mix] Fix `Mix.Version` matching on pre-release info
3236
* [Mix] Ensure `watch_exts` trigger full recompilation on change with `mix compile`
3337
* [Mix] Fix regression on `mix clean --all`

0 commit comments

Comments
 (0)