Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blablatdinov committed Mar 11, 2024
1 parent 2f05d39 commit 83d443c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Semantic versioning in our case means:

- Fix `ForbiddenInlineIgnoreViolation` config parsing. #2590
- Fix `WrongEmptyLinesCountViolation` for func definitions with ellipsis. #2847
- Fix `WrongEmptyLinesCountViolation` for multiline implicit string concatination. #2787


## 0.18.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ class Foo(object):
fstrings_feature.deprecate()
"""

<<<<<<< HEAD
def_with_ellipsis = """
class BaseResponse(Protocol):
Expand Down

0 comments on commit 83d443c

Please sign in to comment.