Skip to content

Commit c56d076

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 0c17fa0 commit c56d076

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [Kernel] Add `binding/0` and `binding/1` for retrieving bindings
99
* [Mix] Implement `Mix.Version` for basic versioniong semantics
1010
* [Mix] Support creation and installation of archives (.ez files)
11+
* [Mix] `github: ...` shortcut now uses the faster `git` schema instead of `https`
1112

1213
* bug fix
1314
* [Kernel] The elixir executable on Windows now supports the same options as the UNIX one
@@ -19,6 +20,7 @@
1920
* deprecations
2021
* [Code] `Code.string_to_ast/1` has been deprecated in favor of `Code.string_to_quoted/1`
2122
* [Macro] `Macro.to_binary/1` has been deprecated in favor of `Macro.to_string/1`
23+
* [Typespec] Deprecate `(fun(...) -> ...)` in favor of `(... -> ...)`
2224

2325
* backwards incompatible changes
2426
* [File] `rm_rf` and `cp_r` now returns a tuple with three elements on failures

0 commit comments

Comments
 (0)