瀏覽代碼

Update Changelog.md

PKnittel 11 年之前
父節點
當前提交
bf337136ca
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      CHANGELOG.md

+ 8 - 0
CHANGELOG.md

@@ -9,6 +9,14 @@
 - [enhancement:] Scope parameter for `isScheduled` and `getScheduledIds`
 - [enhancement:] Callbacks for `add`, `cancel` & `cancelAll`
 - [enhancement:] `image:` accepts remote URLs and local URIs (Android)
+- [enhancement:] Schedule multiple notifications at once (Android)
+- [enhancement:] Cancel multiple notifications at once (Android)
+- [enhancement:] Clear multiple notifications at once (Android)
+- [enhancement:] `clear` & `clearAll` methods (Android)
+- [enhancement:] `onclear` event (Android)
+- [enhancement:] Modal dialogs when in foreground (Android)
+- [enhancement:] Ability to change repeating notifications (Android)
+- [enhancement:] `sound:` accepts local URIs for absolute (file:///), relative (file://) and resource path (res:). (Android)
 
 #### Version 0.7.4 (22.03.2014)
 - [bugfix:] Platform specific properties were ignored.