diff --git a/docs/upgrading.rst b/docs/upgrading.rst index d504da44..82a52206 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -43,6 +43,8 @@ See :ref:`error-handlers` for specifics. only for exception *instances*. This was unintended and plain wrong, and therefore was replaced with the intended behavior of registering handlers only using exception classes and HTTP error codes. + + Trying to register a handler on an instance now raises :exc:`ValueError` .. _upgrading-to-010: