summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-02-05 18:54:31 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-02-05 18:54:31 +0200
commit9e77f3f030bbf449d265110da392b59c8e234496 (patch)
tree072b9da7e09b7d13e681aa584c9021ad284f8100
parent7dce582db2cddc3fe62a5c745db9574fb6f22c7e (diff)
downloadpylint-9e77f3f030bbf449d265110da392b59c8e234496.tar.gz
Add ChangeLog entry for commit 2f9df0f2155a
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c93046..fd8f174 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@ ChangeLog for Pylint
* Take in account all the methods from the ancestors
when checking for too-few-public-methods. Closes issue #471.
+ * Catch enchant errors and emit 'invalid-characters-in-docstring'
+ when checking for spelling errors. Closes issue #469.
+
2015-01-16 -- 1.4.1