From 9a27f04453a4a46a2fc9d00e8c33d367ea3c178c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 30 Jan 2011 00:17:30 -0500 Subject: - Removed duplicate implementations of ``is_response``. Two competing implementations existed: one in ``pyramid.config`` and one in ``pyramid.view``. Now the one defined in ``pyramid.view`` is used internally by ``pyramid.config`` and continues to be advertised as an API. Closes #114. --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 0f71105fe..3dd4f6cfe 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -31,6 +31,11 @@ Bug Fixes - Added ``egg:repoze.retry#retry`` middleware to the WSGI pipeline in ZODB templates (retry ZODB conflict errors which occur in normal operations). +- Removed duplicate implementations of ``is_response``. Two competing + implementations existed: one in ``pyramid.config`` and one in + ``pyramid.view``. Now the one defined in ``pyramid.view`` is used + internally by ``pyramid.config`` and continues to be advertised as an API. + 1.0b3 (2011-01-28) ================== -- cgit v1.2.3