aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Messaging
diff options
context:
space:
mode:
authorGravatar Chen Liang <chliang@google.com>2018-02-23 13:01:24 -0800
committerGravatar GitHub <noreply@github.com>2018-02-23 13:01:24 -0800
commitf735461070b353f8dc6654eeda2610b87307ef15 (patch)
treed7d380f22542a660c0f164f39093524b432b1c9e /Firebase/Messaging
parentdb1cf7488ac3ee4bf803b4abb78de8cd638fe453 (diff)
Update CHANGELOG for release (#845)
* improve the documentations on auto init property * adjust the comments
Diffstat (limited to 'Firebase/Messaging')
-rw-r--r--Firebase/Messaging/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Firebase/Messaging/CHANGELOG.md b/Firebase/Messaging/CHANGELOG.md
index 9174dbf..2f59fab 100644
--- a/Firebase/Messaging/CHANGELOG.md
+++ b/Firebase/Messaging/CHANGELOG.md
@@ -1,3 +1,6 @@
+# 2018-02-23 -- v2.1.1
+- Improve documentation on the usage of the autoInitEnabled property.
+
# 2018-02-06 -- v2.1.0
- Added a new property autoInitEnabled to enable and disable FCM token auto generation.
- Fixed an issue where notification delivery would fail after changing language settings.