Skip to content

Commit f47013e

Browse files
bcpeinhardtlpil
authored andcommitted
changelog
1 parent 82d18ff commit f47013e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
### Compiler
66

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+
712
- The compiler now performs function inlining optimisations for a specific set
813
of standard library functions, which can allow functions which were previously
914
not tail-recursive on the JavaScript target to become tail-recursive. For

0 commit comments

Comments
 (0)