From 069da00d730fe73d6d02aedf104590b57a53fd83 Mon Sep 17 00:00:00 2001 From: Lucas Andrade Date: Sat, 15 May 2021 00:37:06 -0300 Subject: [PATCH] Update CHANGES.rst with HEAD shortcut description --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index fa24b104..019893b8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -23,6 +23,9 @@ Unreleased - 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 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