From 9866d9e4f28bee3df83c934b6f4da001a42ea8f9 Mon Sep 17 00:00:00 2001 From: Jeroen van Dijk Date: Sat, 14 Nov 2015 23:39:12 +0100 Subject: [PATCH] Update readme for new release --- android/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/README.md b/android/README.md index b1acc39..245494d 100644 --- a/android/README.md +++ b/android/README.md @@ -133,6 +133,10 @@ If you want to change the background color of the notification circle, override * The current implementation does __NOT__ work in combination with the [Facebook module](https://github.com/appcelerator-modules/ti.facebook) provided by [Appcelerator](https://github.com/appcelerator). The Facebook module has a dependency onto the Boltz framework version 1.1.2, whereas Parse Android SDK 1.9.4 has a dependency onto version 1.2.0. ## Changelog +**[v0.11.0](https://github.com/timanrebel/Parse/releases/tag/0.11.0)** +- Add custom push icon & background color support +- Add notification open tracking + **[v0.10](https://github.com/timanrebel/Parse/releases/tag/0.10)** - Fix minor typo in cloud code - Trigger 'notificationreceive' when the app is in background but not killed.