-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
2014-01-24 Daniel Cloud <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* sunlight/services/opencivic.py | ||
|