From 83d8a172ac041f7ed8f830fee6343d387a6e3987 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Fri, 11 Dec 2009 03:25:05 -0700 Subject: [PATCH] re-arranged CHANGELOG items --- CHANGELOG | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6e7eaa9d..4dc4fe5b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,11 +3,12 @@ BI = backward incompatible change 0.2.0 ----- - * added received and sent methods taking a User instance to Notice.objects + * BI: renamed Notice.user to Notice.recipient + * BI: renamed {{ user }} context variable in notification templates to + {{ recipient }} * BI: added nullable Notice.sender and modified send_now and queue to take an optional sender - * BI: renamed Notice.user to Notice.recipient - * BI: renamed {{ user }} context variable in notification templates to {{ recipient }} + * added received and sent methods taking a User instance to Notice.objects 0.1.5 -----