summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2010-09-06 08:46:21 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2010-09-06 08:46:21 +0200
commit78d2a2106ce3204abbf4854d22ab4360a52a57a5 (patch)
treefef7052dcce1b590242a8c3d9dbaf6842ff2d243
parentda3703424445c903455d882b4690a5024d6a65c6 (diff)
downloadpylint-git-78d2a2106ce3204abbf4854d22ab4360a52a57a5.tar.gz
close changelog
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 85faea1ec..65c4a166b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,15 @@
ChangeLog for PyLint
====================
---
+2010-08-26 -- 0.21.2
* fix #36193: import checker raise exception on cyclic import
+
* fix #28796: regression in --generated-members introduced pylint 0.20
+
* some documentation cleanups
+
2010-06-04 -- 0.21.1
* fix #28962: pylint crash with new options, due to missing stats data while
writing the Statistics by types report