diff options
author | Adam Dangoor <adamdangoor@gmail.com> | 2018-05-16 01:21:23 +0100 |
---|---|---|
committer | Ashley Whetter <ashley@awhetter.co.uk> | 2018-05-16 14:12:31 -0700 |
commit | 02eb67b989d59ed87986c820532f0ec5b9487a82 (patch) | |
tree | 696d9372871e80b08a3136324802224ccfa7ef2a /ChangeLog | |
parent | a5ca4c893ff30de1cd1675554dee419d917f0e62 (diff) | |
download | pylint-git-02eb67b989d59ed87986c820532f0ec5b9487a82.tar.gz |
Fix an error which occurred when using the docparams extension and documenting a NotImplementedError.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,6 +2,16 @@ Pylint's ChangeLog ------------------ +What's New in Pylint 1.9.x? +=========================== + + +Release date: + + * Fix `KeyError` raised when using docparams and NotImplementedError is +documented. + + What's New in Pylint 1.9.1? =========================== |