From 0f5bf32309f8f94c8c24f558b7fae12f05c4514c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 15 Jun 2009 01:22:49 +0000 Subject: - Make 404 responses slightly cheaper by showing ``environ["PATH_INFO"]`` on the notfound result page rather than the fullly computed URL. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index c9f3313c2..4ce3369a4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,10 @@ Next release Features -------- +- Make 404 responses slightly cheaper by showing + ``environ["PATH_INFO"]`` on the notfound result page rather than the + fullly computed URL. + - Move LRU cache implementation into a separate package (``repoze.lru``). -- cgit v1.2.3