File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 8
8
* [ Kernel] Add ` binding/0 ` and ` binding/1 ` for retrieving bindings
9
9
* [ Mix] Implement ` Mix.Version ` for basic versioniong semantics
10
10
* [ Mix] Support creation and installation of archives (.ez files)
11
+ * [ Mix] ` github: ... ` shortcut now uses the faster ` git ` schema instead of ` https `
11
12
12
13
* bug fix
13
14
* [ Kernel] The elixir executable on Windows now supports the same options as the UNIX one
19
20
* deprecations
20
21
* [ Code] ` Code.string_to_ast/1 ` has been deprecated in favor of ` Code.string_to_quoted/1 `
21
22
* [ Macro] ` Macro.to_binary/1 ` has been deprecated in favor of ` Macro.to_string/1 `
23
+ * [ Typespec] Deprecate ` (fun(...) -> ...) ` in favor of ` (... -> ...) `
22
24
23
25
* backwards incompatible changes
24
26
* [ File] ` rm_rf ` and ` cp_r ` now returns a tuple with three elements on failures
You can’t perform that action at this time.
0 commit comments