diff --git a/CHANGES.rst b/CHANGES.rst index f8d593f157..0c3218dac8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -57,6 +57,7 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst - Add ``Paste`` as ``extras_require`` dependency to pull in ``Paste`` when installing with `pip` and `constraints.txt` to prevent startup errors. + This requires adding the ``[wsgi]`` extra in the egg specification. (`#734 `_)