This commit is contained in:
Andrew Naylor 2013-09-30 22:39:15 +01:00
Родитель 61212de616
Коммит 25b15e0e03
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,12 @@
## Changelog
1.4.0:
* New: Implements protocol launched with iOS 7 which permits specifying a notification priority.
* New: Ability to truncate notification body to nearest whole word.
* Fixed: TLS Connection stalled on node-0.11.x
* Fixed: Documentation defects.
1.3.8:
* Notifications now have a configurable number of retries. See `Notification.retryLimit` in docs.

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "apn",
"description": "An interface to the Apple Push Notification service for Node.js",
"version": "1.3.8",
"version": "1.4.0",
"author": "Andrew Naylor <argon@mkbot.net>",
"contributors": [
{