From ad8bf61f4f854733b16155e18bd5d8a7cdc2feba Mon Sep 17 00:00:00 2001 From: Daniel Cloud Date: Fri, 24 Jan 2014 12:49:17 -0500 Subject: [PATCH] Updated changelog --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 96b9c70..47b3112 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2014-01-24 Daniel Cloud + +* sunlight/debugcache.py -> sunlight/cache.py + - Renamed debugcache module to cache. Renamed cache instance variable to + response_cache +* sunlight/__init__.py: + - Rename cache alias to response_cache. +* Added documentation for cache and pagination + +2014-01-24 Jeremy Carbaugh + +* sunlight/pagination.py +- Made a PagingService that API services can opt in to. +* sunlight/services/congress.py +- Made congress support PagingService. + 2013-11-22 Paul Tagliamonte * sunlight/services/opencivic.py