You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SDK/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
CHANGELOG
2
2
=========
3
3
4
+
1.9.2
5
+
----
6
+
* Batch is now available on Maven Central!
7
+
* Unofbuscated classes that have been wrongly obfuscated before. BatchNotificationAction is now available.
8
+
* Introducing BatchNotificationInterceptor, which allows you to change the generated notificationId or change the NotificationCompat.Builder instance that Batch uses
9
+
to display notifications. This allows you to add features such as a Wear extender, etc.
0 commit comments