File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
* enhancements
2
2
* [ CLI] ` --debug-info ` is now true by default
3
3
* [ ExUnit] Make ExUnit exit happen in two steps allowing developers to add custom ` at_exit ` hooks
4
- * [ Macro] Improvements to ` Macro.to_binary `
5
- * [ Mix] Mix now prints information as they come when executing git commands and compiling projects
4
+ * [ IEx] Many improvements to helpers functions ` h/1 ` , ` s/1 ` and others
6
5
* [ Kernel] Functions defined with ` fn ` can now handle many clauses
7
6
* [ Kernel] Raise an error if clauses with different arities are defined in the same function
8
7
* [ Kernel] ` function ` macro now accepts arguments in ` M.f/a ` format
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
12
* [ String] Support ` \xXX ` and ` \x{HEX} ` escape sequences in strings, char lists and regexes
10
13
11
14
* bug fix
12
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
13
17
* [ Kernel] Ensure proper stacktraces when showing deprecations
14
18
15
19
* deprecations
16
20
* [ Enum] ` Enum.qsort ` is deprecated and ` List.sort ` in favor of ` Enum.sort `
17
21
* [ ExUnit] ` assert left in right ` is deprecated in favor of ` assert left inlist right `
18
22
* [ Record] Record default-based generated functions are deprecated
19
- * [ Typespec] Enhacements and deprecations to the ` @spec/@callback ` syntax
23
+ * [ Typespec] Enhancements and deprecations to the ` @spec/@callback ` syntax
20
24
21
25
# v0.7.1 (2012-11-18)
22
26
You can’t perform that action at this time.
0 commit comments