diff options
author | Ryan Petrello <lists@ryanpetrello.com> | 2014-02-19 12:44:22 -0500 |
---|---|---|
committer | Ryan Petrello <lists@ryanpetrello.com> | 2014-02-19 12:44:22 -0500 |
commit | 32712c50926ef27c58e1f16e14a4389d1a201f4b (patch) | |
tree | 412d44a9dcd6564b4f5f64db9e789da140247a38 /docs/source/changes.rst | |
parent | af5db46902721a14bc37d7ff6684fb88fe1dc073 (diff) | |
download | pecan-32712c50926ef27c58e1f16e14a4389d1a201f4b.tar.gz |
Version increment.0.4.5
Change-Id: Ic3333885875af332f751dc46cfa7ef67d03f20c5
Diffstat (limited to 'docs/source/changes.rst')
-rw-r--r-- | docs/source/changes.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst index f082a44..59fc150 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -1,3 +1,11 @@ +0.4.5 +===== +* Fixed a trailing slash bug for `RestController`s that have a `_lookup` method. +* Cleaned up the WSGI app reference from the threadlocal state on every request + (to avoid potential memory leaks, especially when testing). +* Improved pecan documentation and correctd intersphinx references. +* pecan supports Python 3.4. + 0.4.4 ===== * Removed memoization of certain controller attributes, which can lead to |