소스 검색

Calling `cancel` on Android with an invalid String as ID does not throw an error anymore.

Sebastián Katzer 12 년 전
부모
커밋
6e82355c14
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -39,7 +39,7 @@ Add the following xml to your config.xml to always use the latest version of thi
 ```
 <gap:plugin name="de.appplant.cordova.plugin.local-notification" />
 ```
-or to use this exact version: 
+or to use this exact version:
 ```
 <gap:plugin name="de.appplant.cordova.plugin.local-notification" version="0.6.2" />
 ```
@@ -48,6 +48,7 @@ More informations can be found [here](https://build.phonegap.com/plugins/331).
 ## Release Notes
 #### Version 0.7.0 (not yet released)
 - [bugfix:] Black screen on Android (#23)
+- Calling `cancel` on Android with an invalid String as ID does not throw an error anymore.
 
 #### Version 0.6.2 (04.12.2013)
 - Release under the Apache 2.0 license.