File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 2018-02-06 -- v2.1.0
2
- - Adding a new property autoInitEnabled to enable and disable FCM token auto generation.
3
- - Fixed an issue of un-successful delivery of notification message when changing language settings.
2
+ - Added a new property autoInitEnabled to enable and disable FCM token auto generation.
3
+ - Fixed an issue where notification delivery would fail after changing language settings.
4
4
5
5
# 2017-09-26 -- v2.0.5
6
6
- Added swizzling of additional UNUserNotificationCenterDelegate method, for
7
7
more accurate Analytics logging.
8
- - Fixed a swizzling issue with un-implemented UNUserNotificationCenterDelegate
8
+ - Fixed a swizzling issue with unimplemented UNUserNotificationCenterDelegate
9
9
methods.
10
10
11
11
# 2017-09-26 -- v2.0.4
18
18
- Clarified a log message about method swizzling being enabled.
19
19
20
20
# 2017-09-13 -- v2.0.3
21
- - Moved to safer use of NSAsserts, instead of lower-level __ builtin_trap()
21
+ - Moved to safer use of NSAsserts, instead of lower-level ` __builtin_trap() `
22
22
method.
23
23
- Added logging of the underlying error code for an error trying to create or
24
24
open an internal database file.
You can’t perform that action at this time.
0 commit comments