s/1.0/0.11/ in versionadded/versionchanged markers

closes #1817
This commit is contained in:
ThiefMaster 2016-05-23 14:42:42 +02:00
parent bdbca923ef
commit c5900a1adf
9 changed files with 19 additions and 19 deletions

View file

@ -63,7 +63,7 @@ You are however not limited to :exc:`~werkzeug.exceptions.HTTPException`
or HTTP status codes but can register a handler for every exception class you
like.
.. versionchanged:: 1.0
.. versionchanged:: 0.11
Errorhandlers are now prioritized by specificity of the exception classes
they are registered for instead of the order they are registered in.