From d29e3532e8f4c73edd93c9c39109559d7464a595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bryon?= Date: Mon, 3 Mar 2014 08:19:43 +0100 Subject: [PATCH] Refs #80 - Updated changelog. --- CHANGELOG | 4 ++++ docs/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9a74610..1b1b1d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/docs/Makefile b/docs/Makefile index f059983..50f203f 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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