diff options
Diffstat (limited to 'doc/whatsnew/2.14.rst')
-rw-r--r-- | doc/whatsnew/2.14.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/2.14.rst b/doc/whatsnew/2.14.rst index 375a39321..a8eac1a4b 100644 --- a/doc/whatsnew/2.14.rst +++ b/doc/whatsnew/2.14.rst @@ -119,6 +119,10 @@ Other Changes Closes #4324 +* Added the ``unrecognized-option`` message. Raised if we encounter any unrecognized options. + + Closes #5259 + * Fix false negative for ``bad-string-format-type`` if the value to be formatted is passed in as a variable holding a constant. |