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 11* enhancements
22 * [ CLI] ` --debug-info ` is now true by default
33 * [ 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
65 * [ Kernel] Functions defined with ` fn ` can now handle many clauses
76 * [ Kernel] Raise an error if clauses with different arities are defined in the same function
87 * [ 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
912 * [ String] Support ` \xXX ` and ` \x{HEX} ` escape sequences in strings, char lists and regexes
1013
1114* bug fix
1215 * [ 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
1317 * [ Kernel] Ensure proper stacktraces when showing deprecations
1418
1519* deprecations
1620 * [ Enum] ` Enum.qsort ` is deprecated and ` List.sort ` in favor of ` Enum.sort `
1721 * [ ExUnit] ` assert left in right ` is deprecated in favor of ` assert left inlist right `
1822 * [ 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
2024
2125# v0.7.1 (2012-11-18)
2226
You can’t perform that action at this time.
0 commit comments