summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b312ff49..5ea915f92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,10 @@ Release date: TBA
Closes #85, #2615
+* Fixed extremely long processing of long lines with comma's.
+
+ Closes #5483
+
* Fixed a false positive for ``assigning-non-slot`` when the slotted class
defined ``__setattr__``.