summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2014-10-16 14:22:06 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2014-10-16 14:22:06 +0300
commit11ed19d3cfd4574dba17554e8ec27999a1578d05 (patch)
tree845c2f3b6a050548b6ece583eb6e03b21701c291 /ChangeLog
parent69672965cabf5f31d3f17c2095ba9685deafb0a8 (diff)
parent9851fe59dc2b3abb7e30af69f6d6c1d40419c7b9 (diff)
downloadpylint-11ed19d3cfd4574dba17554e8ec27999a1578d05.tar.gz
Fix a regression, where '{path}' was no longer accepted in '--msg-template'.
Patch by LCD47.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b12ace..54f8a9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -131,6 +131,8 @@ ChangeLog for Pylint
* Don't emit 'assigning-non-slot' when the assignment is for a property.
Closes issue #359.
+ * Fix for regression: '{path}' was no longer accepted in '--msg-template'.
+
2014-07-26 -- 1.3.0