Skip to content

Commit 48a5123

Browse files
authored
Move changelog item to the relevant section
1 parent 73f8538 commit 48a5123

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
definitions are not longer generated.
1313
([Louis Pilfold](https://github.com/lpil))
1414

15+
- A warning is now emitted when the now deprecated `_ as x` pattern is used.
16+
([eutampieri](https://github.com/eutampieri))
17+
1518
### Build tool
1619

1720
- `gleam update`, `gleam deps update`, and `gleam deps download` will now print
@@ -63,9 +66,6 @@
6366
multiple times into the same module with different aliases.
6467
([Louis Pilfold](https://github.com/lpil))
6568

66-
- A warning is now emitted when the now deprecated `_ as x` pattern is used.
67-
([eutampieri](https://github.com/eutampieri))
68-
6969
### Bug fixes
7070

7171
- Fixed a bug where a bit array segment matching on a floating point number

0 commit comments

Comments
 (0)