summaryrefslogtreecommitdiff
path: root/docs/source/changes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/changes.rst')
-rw-r--r--docs/source/changes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst
index c0a21ba..b35f49b 100644
--- a/docs/source/changes.rst
+++ b/docs/source/changes.rst
@@ -1,3 +1,10 @@
+0.3.2
+=====
+* Made some changes to simplify how ``pecan.conf.app`` is passed to new apps.
+* Fixed a routing bug for certain ``_lookup`` controller configurations.
+* Improved documentation for handling file uploads.
+* Deprecated the ``pecan.conf.requestviewer`` configuration option.
+
0.3.1
=====
* ``on_error`` hooks can now return a Pecan Response objects.