We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093412c commit 18b43bdCopy full SHA for 18b43bd
CHANGES
@@ -1,3 +1,8 @@
1
+===== 1.5.0 (2019-01-17) =====
2
+
3
+* Os_fcm_notif: support Android notification channels
4
+* Os_tips: cancel all scheduled tips on page change
5
6
===== 1.4.0 (2019-01-14) =====
7
8
* small fixes in the template and the documentation
src/os_fcm_notif.eliom
@@ -139,7 +139,7 @@ module Data =
139
140
let add_notification_channel_id id t =
141
("android_channel_id", `String id) :: t
142
-
143
let add_notification_id id t =
144
("notId", `Int id) :: t
145
src/os_fcm_notif.eliomi
@@ -228,7 +228,7 @@ module Data :
228
val add_notification_id : int -> t -> t
229
230
val add_notification_channel_id : string -> t -> t
231
232
module Style :
233
sig
234
type t = Inbox | Picture
0 commit comments