summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-21 17:25:19 -0500
committerChris McDonough <chrism@plope.com>2012-01-21 17:25:19 -0500
commit8a36219597ec555c4ed95561ada7e5682a1605f7 (patch)
tree4a86a8079fde1984ccefa14df7796d17dd921cf4 /CHANGES.txt
parent0b21fdf557f1b916cd9d9d75e295dece6aa5e717 (diff)
downloadpyramid-8a36219597ec555c4ed95561ada7e5682a1605f7.tar.gz
pyramid-8a36219597ec555c4ed95561ada7e5682a1605f7.tar.bz2
pyramid-8a36219597ec555c4ed95561ada7e5682a1605f7.zip
- The ``prequest`` script would fail when used against URLs which did not
return HTML or text. See https://github.com/Pylons/pyramid/issues/381 Fixes #381.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5f55c7f72..c64ed47e7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,9 @@ Bug Fixes
changed. See https://github.com/Pylons/pyramid/issues/377 and
https://github.com/Pylons/pyramid/pull/411
+- The ``prequest`` script would fail when used against URLs which did not
+ return HTML or text. See https://github.com/Pylons/pyramid/issues/381
+
1.3a6 (2012-01-20)
==================