Current section

Files

Jump to
apns CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.0.2 (2015-9-11)
* Payload size can be increased to 2kb by setting "support_old_ios" option to false in config (Prior to iOS 8 and in OS X, the maximum payload size is 256 bytes and this limit is applied if "support_old_ios" is true which is default)
* Config key "timeout" accepts number of seconds now instead of milliseconds
## 0.0.1 (2015-9-8)
* Initial release