summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b7bba1..51253d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ ChangeLog for Pylint
====================
--
+ * Python 2.5 support restored: fixed small issues preventing pylint to run
+ on python 2.5. Bitbucket issues #50 and #62.
+
* bitbucket #128: pylint doesn't crash when looking
for used-before-assignment in context manager
assignments.