summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-09-27 00:15:16 -0400
committerRyan Petrello <lists@ryanpetrello.com>2013-09-27 00:15:16 -0400
commit885d35445a2b9d520795aa47bf0c48321dbab53f (patch)
tree65182a44c91b0cbd5a553df37d6f6844c7ebe2e3 /docs
parent3831ba4ec1f10a8a564f9e6003f9de6d318cbd2a (diff)
downloadpecan-885d35445a2b9d520795aa47bf0c48321dbab53f.tar.gz
Version increment.
Change-Id: Id6d78c43b1c4a2de75d5419c606d7af1e9c48ea1
Diffstat (limited to 'docs')
-rw-r--r--docs/source/changes.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst
index b35f49b..2ec1083 100644
--- a/docs/source/changes.rst
+++ b/docs/source/changes.rst
@@ -1,3 +1,14 @@
+0.3.3
+=====
+* Moved the project to `StackForge infrastructure
+ <http://ci.openstack.org/stackforge.html>`_, including Gerrit code review,
+ Jenkins continuous integration, and GitHub mirroring.
+* Added a pecan plugin for the popular `uwsgi server
+ <http://uwsgi-docs.readthedocs.org>`_.
+* Replaced the ``simplegeneric`` dependency with the new
+ ``functools.singledispatch`` function in preparation for Python 3.4 support.
+* Optimized pecan's core dispatch routing for notably faster response times.
+
0.3.2
=====
* Made some changes to simplify how ``pecan.conf.app`` is passed to new apps.