Skip to content

Commit 2abb285

Browse files
bcpeinhardtlpil
authored andcommitted
move changelog entry to bug fix section
1 parent b582297 commit 2abb285

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
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-
127
- The compiler now performs function inlining optimisations for a specific set
138
of standard library functions, which can allow functions which were previously
149
not tail-recursive on the JavaScript target to become tail-recursive. For
@@ -331,6 +326,10 @@
331326

332327
### Bug fixes
333328

329+
- Fixed a bug where literals using `\u{XXXX}` syntax in bit array pattern segments were not
330+
translated to Erlang's `\x{XXXX}` syntax correctly.
331+
([Benjamin Peinhardt](https://github.com/bcpeinhardt))
332+
334333
- Fixed a bug where `echo` could crash on JavaScript if the module contains
335334
record variants with the same name as some built-in JavaScript objects.
336335
([Louis Pilfold](https://github.com/lpil))

0 commit comments

Comments
 (0)