From 1216ad50c697235be1cbe9547b91140b6867c5c1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 15 Jun 2009 00:10:59 +0000 Subject: - Move LRU cache implementation into a separate package (``repoze.lru``). --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index f64f1442a..c9f3313c2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,9 @@ Next release Features -------- +- Move LRU cache implementation into a separate package + (``repoze.lru``). + - The concepts of traversal and URL dispatch have been unified. It is now possible to use the same sort of factory as both a traversal "root factory" and what used to be referred to as a urldispatch -- cgit v1.2.3