diff options
author | Ryan Petrello <lists@ryanpetrello.com> | 2014-08-28 12:48:37 -0400 |
---|---|---|
committer | Ryan Petrello <lists@ryanpetrello.com> | 2014-08-28 12:48:37 -0400 |
commit | 422d0638576bfcbf812bfa96c1f87f1099b2e8ab (patch) | |
tree | 27768f677df8e953297ec19a91fbb04456dd2fe7 /docs | |
parent | d9f8229c0ee3464fb7414a75cbbfe27cf1aed1b8 (diff) | |
download | pecan-422d0638576bfcbf812bfa96c1f87f1099b2e8ab.tar.gz |
Version increment.0.7.0
Change-Id: Icd58638f87108a0954dd26db31a22772b4d450ed
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/changes.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst index 9450e43..0fa3db9 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -1,3 +1,16 @@ +0.7.0 +===== +* Fixed an edge case in RestController routing which should have returned an + HTTP 400 but was instead raising an exception (and thus, HTTP 500). +* Fixed an incorrect root logger configuration for quickstarted pecan projects. +* Added `pecan.state.arguments`, a new feature for inspecting controller call + arguments. +* Fixed an infinite recursion error in PecanHook application. Subclassing both + `rest.RestController` and `hooks.HookController` resulted in an infinite + recursion error in hook application (which prevented applications from + starting). +* Pecan's tests are now included in its source distribution. + 0.6.1 ===== * Fixed a bug which causes pecan to mistakenly return HTTP 204 for non-empty |