Update changelog.

This commit is contained in:
Vincent Driessen 2012-08-23 09:54:27 +02:00
parent f06ef9c975
commit d7f83cd727
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
- `.enqueue()` now takes a `result_ttl` keyword argument that can be used to - `.enqueue()` now takes a `result_ttl` keyword argument that can be used to
change the expiration time of results. change the expiration time of results.
- Queue constructor now takes an optional `async=False` argument to bypass the
worker (for testing purposes).
- Remove `logbook` dependency (in favor of `logging`) - Remove `logbook` dependency (in favor of `logging`)