Skip to content

Commit

Permalink
Convert changelog to Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Feb 10, 2018
1 parent 86409f6 commit c821ec9
Showing 1 changed file with 20 additions and 28 deletions.
48 changes: 20 additions & 28 deletions CHANGELOG.rst → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
v1.6.0 (2018-01-31)
===================
## 1.6.0 (2018-01-31)
* BACKWARDS-INCOMPATIBLE: Drop support for Django < 1.11
* DJANGO: Support Django 2.0
* NEW FEATURE: Add support for WebPush

v1.5.0 (2017-04-16)
===================

## 1.5.0 (2017-04-16)
* BACKWARDS-INCOMPATIBLE: Remove `push_notifications.api.tastypie` module. Only DRF is supported now.
* BACKWARDS-INCOMPATIBLE: Drop support for Django < 1.10
* BACKWARDS-INCOMPATIBLE: Drop support for Django Rest Framework < 3.5
Expand All @@ -22,13 +21,13 @@ v1.5.0 (2017-04-16)
* WNS: Add support for WNS (Windows Notification Service)
* MISC: Make get_expired_tokens available in push_notifications.utils

v1.4.1 (2016-01-11)
===================

## 1.4.1 (2016-01-11)
* APNS: Increased max device token size to 100 bytes (WWDC 2015, iOS 9)
* BUGFIX: Fix an index error in the admin

v1.4.0 (2015-12-13)
===================

## 1.4.0 (2015-12-13)
* BACKWARDS-INCOMPATIBLE: Drop support for Python<3.4
* DJANGO: Support Django 1.9
* GCM: Handle canonical IDs
Expand All @@ -41,12 +40,7 @@ v1.4.0 (2015-12-13)
* BUGFIX: Display models correctly in the admin on both Python 2 and 3


v1.3.1 (2015-06-30)
===================
This is an errata release.

v1.3.0 (2015-06-30)
===================
## 1.3.0 (2015-06-30)
* BACKWARDS-INCOMPATIBLE: Drop support for Python<2.7
* BACKWARDS-INCOMPATIBLE: Drop support for Django<1.8
* NEW FEATURE: Added a Django Rest Framework API. Requires DRF>=3.0.
Expand All @@ -59,8 +53,8 @@ v1.3.0 (2015-06-30)
* BUGFIX: Assorted Python 3 bugfixes
* BUGFIX: Fix display of device_id in admin

v1.2.1 (2015-04-11)
===================

## 1.2.1 (2015-04-11)
* APNS, GCM: Add a db_index to the device_id field
* APNS: Use the native UUIDField on Django 1.8
* APNS: Fix timeout handling on Python 3
Expand All @@ -71,8 +65,8 @@ v1.2.1 (2015-04-11)
* GCM: Properly pass kwargs in GCMDeviceQuerySet.send_message()
* BUGFIX: Fix HexIntegerField for Django 1.3

v1.2.0 (2014-10-07)
===================

## 1.2.0 (2014-10-07)
* BACKWARDS-INCOMPATIBLE: Added support for Django 1.7 migrations. South users will have to upgrade to South 1.0 or Django 1.7.
* APNS: APNS MAX_NOTIFICATION_SIZE is now a setting and its default has been increased to 2048
* APNS: Always connect with TLSv1 instead of SSLv3
Expand All @@ -83,8 +77,8 @@ v1.2.0 (2014-10-07)
* BUGFIX: Fixed various issues relating HexIntegerField
* BUGFIX: Fixed issues in the admin with custom user models

v1.1.0 (2014-06-29)
===================

## 1.1.0 (2014-06-29)
* BACKWARDS-INCOMPATIBLE: The arguments for device.send_message() have changed. See README.rst for details.
* Added a date_created field to GCMDevice and APNSDevice. This field keeps track of when the Device was created.
This requires a `manage.py migrate`.
Expand All @@ -95,13 +89,13 @@ v1.1.0 (2014-06-29)
* Assorted migrations bugfixes
* Added a test suite

v1.0.1 (2013-01-16)
===================

## 1.0.1 (2013-01-16)
* Migrations have been reset. If you were using migrations pre-1.0 you should upgrade to 1.0 instead and only
upgrade to 1.0.1 when you are ready to reset your migrations.

v1.0 (2013-01-15)
=================

## 1.0 (2013-01-15)
* Full Python 3 support
* GCM device_id is now a custom field based on BigIntegerField and always unsigned (it should be input as hex)
* Django versions older than 1.5 now require 'six' to be installed
Expand All @@ -111,15 +105,13 @@ v1.0 (2013-01-15)
* Integrate with travis-ci
* Add an AUTHORS file

v0.9 (2013-12-17)
=================

## 0.9 (2013-12-17)
* Enable installation with pip
* Add wheel support
* Add full documentation
* Various bug fixes

v0.8 (2013-03-15)
=================

## 0.8 (2013-03-15)
* Initial release

0 comments on commit c821ec9

Please sign in to comment.