diff options
author | Ryan Petrello <lists@ryanpetrello.com> | 2013-12-17 15:52:50 -0500 |
---|---|---|
committer | Ryan Petrello <lists@ryanpetrello.com> | 2013-12-17 15:52:50 -0500 |
commit | 1256298632151c5d5324375e53bb5a11cdf1a050 (patch) | |
tree | aa5f5529efa764a3ca613775cb89386884cd4cee /docs | |
parent | 95ecc0c56a1c86629a1e9044c29ceca801d1b78d (diff) | |
download | pecan-1256298632151c5d5324375e53bb5a11cdf1a050.tar.gz |
Version increment.0.4.3
Change-Id: I9a4d128ce2ad9e26ebebec1f90c579622f55aeca
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/changes.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst index 81b032c..e67e8af 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -1,3 +1,10 @@ +0.4.3 +===== +* Fixed several bugs for RestController. +* Fixed a bug in security handling for generic controllers. +* Resolved a bug in `_default` handlers used in `RestController`. +* Persist `pecan.request.context` across internal redirects. + 0.4.2 ===== * Remove a routing optimization that breaks the WSME pecan plugin. |