Skip to content

Commit fc55abd

Browse files
committed
Merge branch 'main' of github.com:eutampieri/gleam into main
2 parents 22aacd6 + 48a5123 commit fc55abd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@
105105
([Carl Bordum Hansen](https://github.com/carlbordum)) and
106106
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
107107

108+
- A warning is now emitted when the now deprecated `_ as x` pattern is used.
109+
([eutampieri](https://github.com/eutampieri))
110+
108111
### Build tool
109112

110113
- `gleam update`, `gleam deps update`, and `gleam deps download` will now print
@@ -127,6 +130,9 @@
127130

128131
### Formatter
129132

133+
- Implememted rewrite of `_ as x` patterns to `x`.
134+
([eutampieri](https://github.com/eutampieri))
135+
130136
### Bug fixes
131137

132138
- Fixed a bug where the language server would not show type-related code action

0 commit comments

Comments
 (0)