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 8fab2804..737b682e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,10 @@ Release Date: TBA
* Added a brain for ``sqlalchemy.orm.session``
+* Separate string and bytes classes patching
+
+ Fixes PyCQA/pylint#3599
+
* Added missing methods to the brain for ``mechanize``, to fix pylint false positives
Close #793