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
+1
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ This release no longer supports WERL (a graphical user interface for the Erlang
13
13
*[Exception] Add `MissingApplicationsError` exception to denote missing applications
14
14
*[Kernel] Update source code parsing to match [UTS #55](https://www.unicode.org/reports/tr55/) latest recommendations. In particular, mixed script is allowed in identifiers as long as they are separate by underscores (`_`), such as `http_сервер`. Previously allowed highly restrictive identifiers, which mixed Latin and other scripts, such as the japanese word for t-shirt, `Tシャツ`, now require the underscore as well
15
15
*[Kernel] Warn on bidirectional confusability in identifiers
16
+
*[List] Add `List.ends_with?/2`
16
17
*[Macro] Improve `dbg` handling of `if/2`, `unless/2`, and code blocks
17
18
*[Process] Handle arbitrarily high integer values in `Process.sleep/1`
18
19
*[String] Inspect special whitespace and zero-width characters using their Unicode representation
0 commit comments