summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2012-08-29 09:07:58 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2012-08-29 09:07:58 +0200
commitaa5f0a31e441fe6e89547d933778285beb7970c6 (patch)
tree4862680699d52476abe5f1a74ea57e57e608f91d
parent0513409d433f8d1eead9c6ff3f6e8bd3ba715fec (diff)
downloadpylint-aa5f0a31e441fe6e89547d933778285beb7970c6.tar.gz
amend ChangeLog
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ce1d32..37debb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@ ChangeLog for PyLint
* #100707: check for boolop being used as exception class, introducing
new W0711 message (patch by Tim Hatch)
+ * fix cross-interpreter issue (non compatible access to __builtins__)
+
+ * stop including tests files in distribution, they causes crash when
+ installed with python3 (#72022, #82417, #76910)
2012-07-17 -- 0.25.2
* #93591: Correctly emit warnings about clobbered variable names when an