Skip to content

Commit

Permalink
re-arranged CHANGELOG items
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed Dec 11, 2009
1 parent 9f2aa6d commit 83d8a17
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG
Expand Up @@ -3,11 +3,12 @@ BI = backward incompatible change
0.2.0 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 * BI: added nullable Notice.sender and modified send_now and queue to take
an optional sender an optional sender
* BI: renamed Notice.user to Notice.recipient * added received and sent methods taking a User instance to Notice.objects
* BI: renamed {{ user }} context variable in notification templates to {{ recipient }}


0.1.5 0.1.5
----- -----
Expand Down

0 comments on commit 83d8a17

Please sign in to comment.