Changed - EmailNotification class is now more expandable and configurable - context param is not optional (defaults to {}) Added - Taking email subject from template's <title></title> tags if email_subject is not provided Removed - universal_notifications.backends.emails.send.send_email function (moved to EmailNotification class)
0.13.1
Fixed - fixed 500 in notifications docs when serializers_class is added on __init__ to WSNotification
0.13.0
Added - support for categories in django-sendgrid-v5
0.12.0
Added - support for Django 2.0 Removed - support for Django 1.8, 1.9, 1.10
0.11.0
Added - applying attachments to EmailNotifications