diff --git a/CHANGES.rst b/CHANGES.rst index c60c12a59..76e2bb39c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,8 @@ Version 8.1.4 Unreleased +- Replace all ``typing.Dict`` occurrences to ``typing.MutableMapping`` for + parameter hints. :issue:`2255` - Improve type hinting for decorators and give all generic types parameters. :issue:`2398`