Skip to content

Commit 46b7317

Browse files
committed
Minor CHANGELOG improvements
1 parent 8b66976 commit 46b7317

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
* [IEx] Many improvements to helpers functions `h/1`, `s/1` and others
55
* [Kernel] Functions defined with `fn` can now handle many clauses
66
* [Kernel] Raise an error if clauses with different arities are defined in the same function
7-
* [Kernel] `function` macro now accepts arguments in `M.f/a` format
7+
* [Kernel] `function` macro now accepts arguments in `M.f/a` and `f/a` formats
88
* [Macro] Improvements to `Macro.to_binary`
9-
* [Mix] Mix now prints information as they come when executing git commands and compiling projects
10-
* [Mix] Mix now validates the given defined application
11-
* [Record] Records are now optimized and can be up to 6x faster in some situations
9+
* [Mix] Mix now echoes the output as it comes when executing external commands such as git or rebar
10+
* [Mix] Mix now validates `application` callback's values
11+
* [Record] Record accessors are now optimized and can be up to 6x faster in some cases
1212
* [String] Support `\xXX` and `\x{HEX}` escape sequences in strings, char lists and regexes
1313

1414
* bug fix
1515
* [Bootstrap] Compiling Elixir source no longer fails if environment variables contain utf-8 entries
16-
* [IEx] IEx now waits all command line options are processed to start
16+
* [IEx] IEx will now wait for all command line options to be processed before starting
1717
* [Kernel] Ensure proper stacktraces when showing deprecations
1818

1919
* deprecations
2020
* [Enum] `Enum.qsort` is deprecated and `List.sort` in favor of `Enum.sort`
2121
* [ExUnit] `assert left in right` is deprecated in favor of `assert left inlist right`
22-
* [Record] Record default-based generated functions are deprecated
23-
* [Typespec] Enhancements and deprecations to the `@spec/@callback` syntax
22+
* [Record] Default-based generated functions are deprecated
23+
* [Typespec] Enhancements and deprecations to the `@spec/@callback` and the fun type syntax
2424

2525
# v0.7.1 (2012-11-18)
2626

0 commit comments

Comments
 (0)