Skip to content

Commit

Permalink
fix ReST rendering problem in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Mar 4, 2016
1 parent 845683f commit 0c80c7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ http://docs.zope.org/zope2/

- Provide a pip-compatible ``requirements.txt`` file for the release. E.g.::

$ /path/to/venv/bin/pip install \
https://raw.githubusercontent.com/zopefoundation/Zope/2.13.23/requirements.txt
$ /path/to/venv/bin/pip install -r \
https://raw.githubusercontent.com/zopefoundation/Zope/2.13.23/requirements.txt

- LP #789863: Ensure that Request objects cannot be published / traversed
directly via a URL.
Expand All @@ -46,7 +46,7 @@ http://docs.zope.org/zope2/

- Document running Zope as a WSGI application. See
https://github.com/zopefoundation/Zope/issues/30

- LP #1465432: Ensure that WSGIPublisher starts / ends interaction at
request boundaries (analogous to ZPublisher). Backport from master.

Expand Down

0 comments on commit 0c80c7a

Please sign in to comment.