Skip to content

Commit 198b158

Browse files
doc: move my changes to CHANGELOG bottom
1 parent ebf71b4 commit 198b158

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@
151151
compiler.
152152
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
153153

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-
158154
- The code generated for floating point division on the JavaScript target has
159155
been improved to avoid performing needless checks.
160156
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
@@ -163,6 +159,10 @@
163159
has been improved to avoid performing needless checks.
164160
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
165161

162+
- The compiler now emits a warning when a module contains no public definitions
163+
and prevents publishing packages with empty modules to Hex.
164+
([Vitor Souza](https://github.com/vit0rr))
165+
166166
### Build tool
167167

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

0 commit comments

Comments
 (0)