File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ v1.2.0 (2014-10-07)
2+ ===================
3+ * BACKWARDS-INCOMPATIBLE: Added support for Django 1.7 migrations. South users will have to upgrade to South 1.0 or Django 1.7.
4+ * APNS: APNS MAX_NOTIFICATION_SIZE is now a setting and its default has been increased to 2048
5+ * APNS: Always connect with TLSv1 instead of SSLv3
6+ * APNS: Implemented support for APNS Feedback Service
7+ * APNS: Support for optional "category" dict
8+ * GCM: Improved error handling in bulk mode
9+ * GCM: Added support for time_to_live parameter
10+ * BUGFIX: Fixed various issues relating HexIntegerField
11+ * BUGFIX: Fixed issues in the admin with custom user models
12+
113v1.1.0 (2014-06-29)
214===================
315* BACKWARDS-INCOMPATIBLE: The arguments for device.send_message() have changed. See README.rst for details.
Original file line number Diff line number Diff line change 11
22__author__ = "Jerome Leclanche"
334- __version__ = "1.1 .0"
4+ __version__ = "1.2 .0"
55
66
77class NotificationError (Exception ):
You can’t perform that action at this time.
0 commit comments