summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 91a2095..0658c41 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -36,6 +36,9 @@ Changes:
* Allow spaces around the equals sign in an annotated function. (Issue #357)
+* Do not check vertical whitespace of non-top level classes / function
+ definitions. (Issue #366)
+
Bug fixes:
* Don't crash if Checker.build_tokens_line() returns None. (Issue #306)