summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-08-19 17:41:27 +0300
committercpopa <devnull@localhost>2014-08-19 17:41:27 +0300
commit70d8a57553d3c2d32fd26e79a86637957b5bbc11 (patch)
tree5747d9b4e86ff2a0d12bf70f684d1f59a09a2d65 /ChangeLog
parent45fbd61f07d7b689a108632d719717473118c245 (diff)
downloadpylint-70d8a57553d3c2d32fd26e79a86637957b5bbc11.tar.gz
Add a new warning, 'boolean-datetime', emitted when an instance of 'datetime.time' is used in a boolean context. Closes issue #239.
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