Skip to content

Commit

Permalink
Improve CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 27, 2022
1 parent a8a5448 commit 5e12ee0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Semantic versioning in our case means:
- Adds support for pattern matching naming rules, same as other variables
- Adds `__init_subclass__` in the beginning of accepted methods
order as per WPS338 #2411

- Adds `WrongEmptyLinesCountViolation` #2486
- Adds `WrongEmptyLinesCountViolation` to check
for too many lines in functions and methods definitions #2486

### Bugfixes

Expand All @@ -35,6 +35,7 @@ Semantic versioning in our case means:
- Now `-1` is not reported to be an overused expression
- Allow `__aiter__` to be async iterator
- Adds violation method name to error message of `YieldMagicMethodViolation`
- Fixes direct docker image invocation #2492

### Misc

Expand Down

0 comments on commit 5e12ee0

Please sign in to comment.