summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-08-12 16:04:20 -0400
committerRyan Petrello <lists@ryanpetrello.com>2013-08-12 16:04:20 -0400
commit190662a78e0557deb9cbe262f898f65ec2fad64f (patch)
tree60e9d3503cfbccc4040c66961a7a47b5854ccccd /docs
parent45fe6b5e8731ab3d0bb6178b1857516d1bb7123d (diff)
downloadpecan-190662a78e0557deb9cbe262f898f65ec2fad64f.tar.gz
Version increment.0.3.2
Diffstat (limited to 'docs')
-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.