summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Pods/GoogleCloudMessaging/CHANGELOG.md
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-02-16 01:24:12 +0100
committerJules Laplace <jules@okfoc.us>2017-02-16 01:24:12 +0100
commit30c49550c89c1b69c680170d2dc247eac76bd463 (patch)
tree8732652298b630b9ba15def97e59738f1c9bf7b6 /StoneIsland/platforms/ios/Pods/GoogleCloudMessaging/CHANGELOG.md
parent8f1f626384e6ba75f4fb24c27e0973260a74421b (diff)
push plugin
Diffstat (limited to 'StoneIsland/platforms/ios/Pods/GoogleCloudMessaging/CHANGELOG.md')
-rw-r--r--StoneIsland/platforms/ios/Pods/GoogleCloudMessaging/CHANGELOG.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/Pods/GoogleCloudMessaging/CHANGELOG.md b/StoneIsland/platforms/ios/Pods/GoogleCloudMessaging/CHANGELOG.md
new file mode 100644
index 00000000..9f24a7a5
--- /dev/null
+++ b/StoneIsland/platforms/ios/Pods/GoogleCloudMessaging/CHANGELOG.md
@@ -0,0 +1,32 @@
+# 2016-01-25 -- v1.2.0
+
+Add Bitcode markers.
+
+# 2016-01-25 -- v1.1.3
+
+- Bug fixes.
+
+# 2015-12-08 -- v1.1.2
+
+- Bug fixes.
+- Fix dSYM warnings.
+
+# 2015-10-21 -- v1.1.1
+
+- Adds analytics support.
+- Bug fixes.
+
+# 2015-10-8 -- v1.1.0
+
+- `[GCMService appDidReceiveMessage:]` now returns `BOOL` to signify if the
+ message has already been received before.
+- Fixes deleting old GCM registrations and topic subscriptions on app deletion
+ and reinstall.
+- Removes usage of clang modules for ObjC++ support.
+- `GCMReceiverDelegate` protocol methods are now **optional**.
+- Add `useNewRemoteNotificationCallback` property in `GCMConfig` to use new
+ iOS8+ notification callback i.e.
+ `application:didReceiveRemoteNotification:fetchCompletionHandler:`.
+- Add better error reporting.
+- Fix some compiler warnings.
+- Bug fixes.