summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Gemignani <ricardo.gemignani@gmail.com>2014-03-06 22:17:24 -0300
committerRicardo Gemignani <ricardo.gemignani@gmail.com>2014-03-06 22:17:24 -0300
commitff52c8ca35115e18ecef4e06d87e832a81803d15 (patch)
tree41e8fbcd4d1d6dc7cc4a3eaf4adc7d6b89b48358
parentb62a93ab0f8f3d442ee8e0155df7c8a9355816a7 (diff)
downloadpylint-ff52c8ca35115e18ecef4e06d87e832a81803d15.tar.gz
Changelog line about python 2.5 support being restored was added
-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.