doc/changes/3.27.rst
changeset 12585 933c2b3839ab
parent 12583 4f59a56e6d89
child 12604 c755b73640ea
--- a/doc/changes/3.27.rst	Fri Apr 12 12:31:14 2019 +0200
+++ b/doc/changes/3.27.rst	Fri Apr 12 02:26:28 2019 +0200
@@ -16,11 +16,16 @@
 Backwards incompatible changes
 ------------------------------
 
-* ``cubicweb-ctl`` commands "start", "stop", "restart", "reload" and "status"
-  have been removed because they relied on the Twisted web server backend that
-  is no longer maintained nor working with Python 3.
+* Standardization on the way to launch a cubicweb instance, from now on the
+  only way to do that will be the used the ``pyramid`` command. Therefore:
 
-* Twisted web server support has been removed.
+   * ``cubicweb-ctl`` commands "start", "stop", "restart", "reload" and "status"
+     have been removed because they relied on the Twisted web server backend that
+     is no longer maintained nor working with Python 3.
+
+   * Twisted web server support has been removed.
+
+   * ``cubicweb-ctl wsgi`` has also been removed.
 
 * Support for legacy cubes (in the 'cubes' python namespace) has been dropped.
   Use of environment variables CW_CUBES_PATH and CUBES_DIR is removed.