diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-30 00:17:30 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-30 00:17:30 -0500 |
| commit | 9a27f04453a4a46a2fc9d00e8c33d367ea3c178c (patch) | |
| tree | a636722af451e520b02ff3922f54a1c0e4e1b64c /CHANGES.txt | |
| parent | 81e66b8991fdc4ec86d243272d2c2cc4aa9020b7 (diff) | |
| download | pyramid-9a27f04453a4a46a2fc9d00e8c33d367ea3c178c.tar.gz pyramid-9a27f04453a4a46a2fc9d00e8c33d367ea3c178c.tar.bz2 pyramid-9a27f04453a4a46a2fc9d00e8c33d367ea3c178c.zip | |
- 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.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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) ================== |
