Skip to content

Commit 452c42b

Browse files
committed
Changes!
1 parent 432e635 commit 452c42b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
spans.
7070
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
7171

72+
- Redundant `_ as x` patterns are now deprecated in favour of `x`.
73+
([eutampieri](https://github.com/eutampieri))
74+
7275
### Build tool
7376

7477
- New projects are generated using OTP28 on GitHub Actions.
@@ -132,7 +135,7 @@
132135

133136
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
134137

135-
- Implememted rewrite of `_ as x` patterns to `x`.
138+
- Redundant `_ as x` patterns are rewritten to `x`.
136139
([eutampieri](https://github.com/eutampieri))
137140

138141
### Bug fixes

0 commit comments

Comments
 (0)