remove deprecated safe_join
This commit is contained in:
parent
218534a9f2
commit
b7501776a1
4 changed files with 2 additions and 27 deletions
|
|
@ -13,6 +13,8 @@ Unreleased
|
|||
- ``config.from_json`` is replaced by
|
||||
``config.from_file(name, load=json.load)``.
|
||||
- ``json`` functions no longer take an ``encoding`` parameter.
|
||||
- ``safe_join`` is removed, use ``werkzeug.utils.safe_join``
|
||||
instead.
|
||||
|
||||
|
||||
Version 2.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue