From 978ba2dff97ef202b1de285ef72586c5499ffa12 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Tue, 21 Aug 2012 23:02:59 +0200 Subject: [PATCH] Add changelog note. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fa4ae82..5d1dc31 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,8 @@ - `.enqueue()` now takes a `result_ttl` keyword argument that can be used to change the expiration time of results. +- Remove `logbook` dependency (in favor of `logging`) + ### 0.3.0 (August 5th, 2012)