summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
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``).