File diff bf1f75a58072 → 4317e68e0ee5
docs/releasenotes.rst
Show inline comments
 
@@ -51,13 +51,24 @@ Dropped support for Debian 10 (Buster).
 

	
 
**New features/improvements**
 

	
 
* ``php_website`` role
 

	
 
  * Environment indicator can now be collapsed by clicking on the
 
    arrows on the left side.
 

	
 
* ``web_server`` role
 

	
 
  * Added parameter ``environment_indicator`` which is used on the
 
    default page to indicate what environment the web server belongs
 
    to. Useful for distinguishing between test, staging, and
 
    production environments (similar to what is already available in
 
    the ``php_website`` and ``wsgi_website`` roles).
 
    the ``php_website`` and ``wsgi_website`` roles). Indicator can be
 
    collapsed by clicking on the arrows on the left side.
 

	
 
* ``wsgi_website`` role
 

	
 
  * Environment indicator can now be collapsed by clicking on the
 
    arrows on the left side.
 

	
 
**Bug fixes:**