We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d18ff commit f47013eCopy full SHA for f47013e
CHANGELOG.md
@@ -4,6 +4,11 @@
4
5
### Compiler
6
7
+- Literals using \u{XXXX} syntax in bit array pattern segments are now translated to
8
+ Erlang's \x{XXXX} syntax correctly.
9
+
10
+ ([Benjamin Peinhardt](https://github.com/bcpeinhardt))
11
12
- The compiler now performs function inlining optimisations for a specific set
13
of standard library functions, which can allow functions which were previously
14
not tail-recursive on the JavaScript target to become tail-recursive. For
0 commit comments