From 52961cc80bc0c29d6ab2d6d7acc00edba66445a3 Mon Sep 17 00:00:00 2001 From: malwaredllc <30509968+malwaredllc@users.noreply.github.com> Date: Wed, 5 Jan 2022 12:16:44 -0700 Subject: [PATCH] update CHANGES.rst --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index a57a97d2..50715428 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -33,6 +33,10 @@ Unreleased or ``AppContext.g`` instead. :issue:`3898` - ``copy_current_request_context`` can decorate async functions. :pr:`4303` +- ``no_auto_head`` keyword argument added to ```app.route``` decorator + to optionally prevent Werkzeug from automatically adding a HEAD method + to a route that only has a GET method specified, allowing the user to + implement their own logic to handle HEAD requests. :pr:`4407` Version 2.0.3