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 432e635 commit 452c42bCopy full SHA for 452c42b
CHANGELOG.md
@@ -69,6 +69,9 @@
69
spans.
70
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
71
72
+- Redundant `_ as x` patterns are now deprecated in favour of `x`.
73
+ ([eutampieri](https://github.com/eutampieri))
74
+
75
### Build tool
76
77
- New projects are generated using OTP28 on GitHub Actions.
@@ -132,7 +135,7 @@
132
135
133
136
134
137
-- Implememted rewrite of `_ as x` patterns to `x`.
138
+- Redundant `_ as x` patterns are rewritten to `x`.
139
([eutampieri](https://github.com/eutampieri))
140
141
### Bug fixes
0 commit comments