diff --git a/CHANGES.md b/CHANGES.md index 3072e7a9dd2..113a1f5ab15 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,8 @@ +- Consistently add trailing comma on typed parameters (#4164) + ### Configuration @@ -112,7 +114,6 @@ release: - Fix crash when using a walrus in a dictionary (#4155) - Fix unnecessary parentheses when wrapping long dicts (#4135) - Stop normalizing spaces before `# fmt: skip` comments (#4146) -- Consistently add trailing comma on typed parameters (#4164) ### Configuration