From 2c100e84a36c8ac5fac0684b201ce2050ba1aab0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 31 Mar 2009 06:15:13 +0000 Subject: - Fix a bug in ``repoze.bfg.wsgi.HTTPException``: the content length was returned as an int rather than as a string. --- CHANGES.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') 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) ================== -- cgit v1.2.3