allow customizing url map class

This commit is contained in:
shidenggui 2019-01-08 15:56:55 +08:00 committed by David Lord
parent b0185a6205
commit 2a2a11b063
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 9 additions and 1 deletions

View file

@ -40,6 +40,8 @@ Unreleased
:issue:`3134`
- :meth:`jsonify` supports :class:`dataclasses.dataclass` objects.
:pr:`3195`
- Allow customizing the :attr:`Flask.url_map_class` used for routing.
:pr:`3069`
.. _#2935: https://github.com/pallets/flask/issues/2935
.. _#2957: https://github.com/pallets/flask/issues/2957