Skip to content

Commit d097e77

Browse files
committed
updated CHANGELOG with recent changes
1 parent 8aaa36e commit d097e77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ BI = backward incompatible change
1010
an optional sender
1111
* added received and sent methods taking a User instance to Notice.objects
1212
* New default behavior: single notice view now marks unseen notices as seen
13+
* no longer optionally depend on mailer; use django.core.mail.send_mail and
14+
we now encourge use of Django 1.2+ for mailer support
15+
* notifications are not sent to inactive users
16+
* users which do not exist when sending notification are now ignored
17+
* BI: split settings part of notices view to its own view notice_settings
1318

1419
0.1.5
1520
-----

0 commit comments

Comments
 (0)