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 2897f2f..dea94b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -80,6 +80,9 @@ ChangeLog for Pylint
* Order of reporting is consistent.
+ * Add a new warning, 'boolean-datetime', emitted when an instance
+ of 'datetime.time' is used in a boolean context. Closes issue #239.
+
2014-07-26 -- 1.3.0