Skip to content

Commit ebf71b4

Browse files
doc: add changes to CHANGELOG.md
1 parent 6f366bc commit ebf71b4

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,22 @@
147147
is now smaller in certain cases.
148148
([Surya Rose](https://github.com/GearsDatapacks))
149149

150+
- On the Erlang target each generated module enables inlining from the Erlang
151+
compiler.
152+
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
153+
154+
- The compiler now emits a warning when a module contains no public definitions
155+
and prevents publishing packages with empty modules to Hex.
156+
([Vitor Souza](https://github.com/vit0rr))
157+
158+
- The code generated for floating point division on the JavaScript target has
159+
been improved to avoid performing needless checks.
160+
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
161+
162+
- The code generated for division and modulo operators on the JavaScript target
163+
has been improved to avoid performing needless checks.
164+
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
165+
150166
### Build tool
151167

152168
- New projects are generated using OTP28 on GitHub Actions.

test-package-compiler/src/generated_tests.rs

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)