diff options
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3ab8c79..af06645 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,7 +6,7 @@ UNRELEASED New checks: -* Add W504 warning for checking that a break doesn't happen after a binar +* Add W504 warning for checking that a break doesn't happen after a binary operator. This check is ignored by default * Add W605 warning for invalid escape sequences in string literals |