summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7365516..26cb291 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -74,6 +74,15 @@ ChangeLog for Pylint
* Use the proper mode for pickle when opening and writing the stats file.
Closes issue #148.
+ * Don't emit hidden-method message when the attribute has been
+ monkey-patched, you're on your own when you do that.
+
+ * Only emit attribute-defined-outside-init for definition within the same
+ module as the offended class, avoiding to mangle the output in some cases.
+
+ * Don't emit 'unnecessary-lambda' if the body of the lambda call contains
+ call chaining. Closes issue #243.
+
2014-04-30 -- 1.2.1
* Restore the ability to specify the init-hook option via the