Refs #80 - Updated changelog.

This commit is contained in:
Benoît Bryon 2014-03-03 08:19:43 +01:00
parent eeaabd2a37
commit d29e3532e8
2 changed files with 5 additions and 1 deletions

View file

@ -10,6 +10,10 @@ future releases, check `milestones`_ and :doc:`/about/vision`.
- Feature #46: introduced support for Python>=3.3.
- Feature #80: added documentation about "how to serve a file inline VS how to
serve a file as attachment". Improved documentation of views' base options
inherited from ``DownloadMixin``.
- Feature #74: the Makefile in project's repository no longer creates a
virtualenv. Developers setup the environment as they like, i.e. using
virtualenv, virtualenvwrapper or whatever. Tests are run with tox.

View file

@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build -W # Turn warnings into errors.
SPHINXBUILD = sphinx-build # Turn warnings into errors.
PAPER =
BUILDDIR = ../var/docs