diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index 8e89585c402b6b8bfd50464087129754f878951d..a5d4d74d28bf993682b606584ed01ca849637296 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -2,6 +2,31 @@ Release notes ============= +1.2.0 +----- + +Minor fixes and features. + +New features: + +* ``wsgi_website`` role + + * Added support for providing custom proxy headers to pass on to Gunicorn + server. + +Bug-fixes: + +* ``php_website`` role + + * Make sure the environment indicator is always shown on top by increasing its + ``z-index`` value. + +* ``wsgi_website`` role + + * Make sure the environment indicator is always shown on top by increasing its + ``z-index`` value. + + 1.1.0 -----