We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f8538 commit 48a5123Copy full SHA for 48a5123
CHANGELOG.md
@@ -12,6 +12,9 @@
12
definitions are not longer generated.
13
([Louis Pilfold](https://github.com/lpil))
14
15
+- A warning is now emitted when the now deprecated `_ as x` pattern is used.
16
+ ([eutampieri](https://github.com/eutampieri))
17
+
18
### Build tool
19
20
- `gleam update`, `gleam deps update`, and `gleam deps download` will now print
@@ -63,9 +66,6 @@
63
66
multiple times into the same module with different aliases.
64
67
65
68
-- A warning is now emitted when the now deprecated `_ as x` pattern is used.
- ([eutampieri](https://github.com/eutampieri))
-
69
### Bug fixes
70
71
- Fixed a bug where a bit array segment matching on a floating point number
0 commit comments