summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-03-31 06:15:13 +0000
committerChris McDonough <chrism@agendaless.com>2009-03-31 06:15:13 +0000
commit2c100e84a36c8ac5fac0684b201ce2050ba1aab0 (patch)
tree3fc30f1d2f27cdf365e7bb1185c3397151ba4e7f /CHANGES.txt
parent9d93702e1cdf8806bbc29e2079cc76cbbf114afd (diff)
downloadpyramid-2c100e84a36c8ac5fac0684b201ce2050ba1aab0.tar.gz
pyramid-2c100e84a36c8ac5fac0684b201ce2050ba1aab0.tar.bz2
pyramid-2c100e84a36c8ac5fac0684b201ce2050ba1aab0.zip
- Fix a bug in ``repoze.bfg.wsgi.HTTPException``: the content length
was returned as an int rather than as a string.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2be49e6a0..5c556eaec 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,12 @@
Next release
============
+Bug Fixes
+---------
+
+- Fix a bug in ``repoze.bfg.wsgi.HTTPException``: the content length
+ was returned as an int rather than as a string.
+
- Add explicit dependencies on ``zope.deferredimport``,
``zope.deprecation``, and ``zope.proxy`` for forward compatibility
reasons (``zope.component`` will stop relying on
@@ -18,9 +24,12 @@ Next release
empty string, and, as a result, the error won't be raised. Of
course the URL or path will still be bogus.
+Features
+--------
+
- Make it possible to have ``testing.DummyTemplateRenderer`` return
some nondefault string representation.
-
+
0.6.9 (2009-02-16)
==================