From 8a36219597ec555c4ed95561ada7e5682a1605f7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 21 Jan 2012 17:25:19 -0500 Subject: - 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. --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') 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) ================== -- cgit v1.2.3