summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08b017a63..5f9508643 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -107,6 +107,10 @@ Release date: TBA
* The ``testutils`` for unittests now accept ``end_lineno`` and ``end_column``. Tests
without these will trigger a ``DeprecationWarning``.
+* Fixed false positive ``unexpected-keyword-arg`` for decorators.
+
+ Closes #258
+
* ``missing-raises-doc`` will now check the class hierarchy of the raised exceptions
.. code-block:: python