Update CHANGES.rst with HEAD shortcut description

This commit is contained in:
Lucas Andrade 2021-05-15 00:37:06 -03:00
parent b743948d3e
commit 069da00d73
No known key found for this signature in database
GPG key ID: AB930A851A6F3D6E

View file

@ -23,6 +23,9 @@ Unreleased
- Roll back a change to the order that URL matching was done. The - Roll back a change to the order that URL matching was done. The
URL is again matched after the session is loaded, so the session is URL is again matched after the session is loaded, so the session is
available in custom URL converters. :issue:`4053` available in custom URL converters. :issue:`4053`
- Add support for HEAD method to sugar route syntax:
``@app.head("/file-info")`` is a shortcut for
``@app.route("/file-info", methods=["HEAD"])``. :pr:`4058`
Version 2.0.0 Version 2.0.0