diff options
author | Ryan Petrello <lists@ryanpetrello.com> | 2014-07-10 10:56:29 -0400 |
---|---|---|
committer | Ryan Petrello <lists@ryanpetrello.com> | 2014-07-10 10:56:29 -0400 |
commit | 236301f6d7a8128513b8d45114b04a33189502ea (patch) | |
tree | 705ddd140be2ef41a1d573687907cf378cafc46f /docs/source | |
parent | 1a2933e23f13a18de5c004327282c85334a1b135 (diff) | |
download | pecan-236301f6d7a8128513b8d45114b04a33189502ea.tar.gz |
Version increment.0.6.1
Change-Id: Idda4968eb448dd5fe12a069f23f29fcedfebbd09
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/changes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst index 3b01d0e..9450e43 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -1,3 +1,8 @@ +0.6.1 +===== +* Fixed a bug which causes pecan to mistakenly return HTTP 204 for non-empty + response bodies. + 0.6.0 ===== * Added support for disabling the `pecan.request` and `pecan.response` |