|
4 | 4 | * [IEx] Many improvements to helpers functions `h/1`, `s/1` and others
|
5 | 5 | * [Kernel] Functions defined with `fn` can now handle many clauses
|
6 | 6 | * [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 |
8 | 8 | * [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 |
12 | 12 | * [String] Support `\xXX` and `\x{HEX}` escape sequences in strings, char lists and regexes
|
13 | 13 |
|
14 | 14 | * bug fix
|
15 | 15 | * [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 |
17 | 17 | * [Kernel] Ensure proper stacktraces when showing deprecations
|
18 | 18 |
|
19 | 19 | * deprecations
|
20 | 20 | * [Enum] `Enum.qsort` is deprecated and `List.sort` in favor of `Enum.sort`
|
21 | 21 | * [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 |
24 | 24 |
|
25 | 25 | # v0.7.1 (2012-11-18)
|
26 | 26 |
|
|
0 commit comments