diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index da0bd1af4f28f5efbc7411f39968e174cdc3289e..c0ede1e2255362c91922d014ceb33b0ea5725e82 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -80,6 +80,12 @@ Debian 12 Bookworm. Some minor improvements and fixes. ``/etc/pip_check_requirements_upgrades`` path, in accordance to changes made in this release to the ``common`` role. + * Dropped the ``proxy_headers`` parameter, and replaced it with the + ``http_header_overrides`` parameter. The new parameter has similar + function, but the values should no longer include double + quotes. Main goal is ease of use and consistency between the PHP + and WSGI website roles. + **New features/improvements** * ``php_website`` role