From 22bae974cf49a80fd60bfe51b110ee00e91e729b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 20 Feb 2012 21:27:19 -0500 Subject: - The static file response object used by ``config.add_static_view`` opened the static file twice, when it only needed to open it once. --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index e8b2326e4..8595e726e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -28,6 +28,12 @@ Backwards Incompatibilities - The ``pyramid.registry.noop_introspector`` API object has been removed. +Bug Fixes +--------- + +- The static file response object used by ``config.add_static_view`` opened + the static file twice, when it only needed to open it once. + 1.3a8 (2012-02-19) ================== -- cgit v1.2.3