diff options
| author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-03-11 18:18:00 +0200 |
|---|---|---|
| committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-03-11 18:18:00 +0200 |
| commit | bc36ddce414a924234514200fff4f12ea956e856 (patch) | |
| tree | 6bb360e5a10d92bc05bef6c0235495a7b36ffda9 | |
| parent | 66cc4feff79b1619e02b83ed32c2ee319ca94031 (diff) | |
| download | pylint-git-bc36ddce414a924234514200fff4f12ea956e856.tar.gz | |
Add ChangeLog entries for the removal of three warnings
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ ChangeLog for Pylint -------------------- +-- + + * Remove three warnings: star-args, abstract-class-little-used, + abstract-class-not-used. These warnings don't add any real value + and they don't imply errors or problems in the code. + 2015-03-11 -- 1.4.2 * Don't require a docstring for empty modules. Closes issue #261. |
