summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-08-04 00:25:19 +0300
committercpopa <devnull@localhost>2014-08-04 00:25:19 +0300
commit712a62d4f9c3d2c2ada9cb100a672472c41953b3 (patch)
tree1c9d7e5c40f91255033b1c2de3af89194c782eee /ChangeLog
parent9aca1e05cfef9fbb23d174f64cb860be56b7c3b6 (diff)
downloadpylint-712a62d4f9c3d2c2ada9cb100a672472c41953b3.tar.gz
Properly handle nested format string fields. Closes issue #294.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fef2722..b4df421 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,8 @@ ChangeLog for Pylint
* Analyze only strings by the string format checker. Closes issue #287.
+ * Properly handle nested format string fields. Closes issue #294.
+
2014-07-26 -- 1.3.0
* Allow hanging continued indentation for implicitly concatenated