Skip to content

Commit e17568c

Browse files
doc: move my changes to CHANGELOG bottom
1 parent 45590fc commit e17568c

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
@@ -270,10 +270,6 @@
270270
compiler.
271271
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
272272

273-
- The compiler now emits a warning when a module contains no public definitions
274-
and prevents publishing packages with empty modules to Hex.
275-
([Vitor Souza](https://github.com/vit0rr))
276-
277273
- The code generated for floating point division on the JavaScript target has
278274
been improved to avoid performing needless checks.
279275
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
@@ -282,6 +278,10 @@
282278
has been improved to avoid performing needless checks.
283279
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
284280

281+
- The compiler now emits a warning when a module contains no public definitions
282+
and prevents publishing packages with empty modules to Hex.
283+
([Vitor Souza](https://github.com/vit0rr))
284+
285285
### Build tool
286286

287287
- `gleam update`, `gleam deps update`, and `gleam deps download` will now print

0 commit comments

Comments
 (0)