You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
*[Mix] Implement `Mix.Version` for basic versioniong semantics
13
13
*[Mix] Support creation and installation of archives (.ez files)
14
14
*[Mix]`github: ...` shortcut now uses the faster `git` schema instead of `https`
15
-
*[Record] Allow types to be given to `defrecordp`
15
+
*[Record] Allow types to be given to `defrecord` and `defrecordp`
16
16
17
17
* bug fix
18
18
*[Kernel] The elixir executable on Windows now supports the same options as the UNIX one
@@ -32,7 +32,8 @@
32
32
*[Bitwise] Precedence of operators used by the Bitwise module were changed. Check `elixir_parser.yrl` for more information.
33
33
*[File]`rm_rf` and `cp_r` now returns a tuple with three elements on failures
34
34
*[Kernel] The quoted representation for `->` clauses changed from a tuple with two elements to a tuple with three elements to support metadata
35
-
*[Macro]`Macro.expand/2` now expands until final form. Although this is backwards incompatible, it is **very** likely your code should expand the node until its final form, particularly if you are expecting an atom out of it
35
+
*[Kernel] Sigils now dispatch to `sigil_$` instead of `__$__` where `$` is the sigil caracter
36
+
*[Macro]`Macro.expand/2` now expands until final form. Although this is backwards incompatible, it is very likely you do not need to change your code, since expansion until its final form is recommended, particularly if you are expecting an atom out of it
36
37
*[Mix] No longer support beam files on `mix local`
0 commit comments