Browse Source

Added bugfix about `cancel` under iOS

Sebastián Katzer 12 years ago
parent
commit
090ae67970
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -34,6 +34,7 @@ cordova plugin rm de.appplant.cordova.plugin.local-notifications
   *Based on the LiveTiles WP8 plugin made by* ***Jesse MacFadyen (purplecabbage)***
 - [enhancement:] The `add()` function now returns the id of the created notification.
 - [feature:] Added new `title` property.
+- [bugfix:] `cancel` under iOS did not work do to wrong dict key.
 
 #### Version 0.4.0 (06.10.2013)
 - Added Android support<br>