summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4e2adc0..1caba39 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -34,6 +34,10 @@ Changes:
* Do not report E121 or E126 in the default configuration. (Issues #256 / #316)
+* Allow spaces around the equals sign in an annotated function. (Issue #357)
+
+* Allow trailing backslash if in an inline comment. (Issue #374)
+
Bug fixes:
* Don't crash if Checker.build_tokens_line() returns None. (Issue #306)