aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2018-02-27 05:07:35 -0800
committerGravatar GitHub <noreply@github.com>2018-02-27 05:07:35 -0800
commitf3e412f1e7097fb3821c96014b0df7d6ad4b3b9d (patch)
tree041b43fdccb97bfa1536e64c7f6d3e432e4560fc /Firebase/Auth
parente55079e03a69bba953330d43510b94f2f34296a1 (diff)
Update changelog for release (#857)
* Updates changelog in preparation for release * Adds another change.
Diffstat (limited to 'Firebase/Auth')
-rw-r--r--Firebase/Auth/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/Firebase/Auth/CHANGELOG.md b/Firebase/Auth/CHANGELOG.md
index 9a44414..5b53fc3 100644
--- a/Firebase/Auth/CHANGELOG.md
+++ b/Firebase/Auth/CHANGELOG.md
@@ -1,3 +1,9 @@
+# v4.4.4
+- Addresses CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF warnings that surface in newer versions of
+ Xcode and CocoaPods.
+- Improves FIRUser documentation with clear message explaining when Firebase Auth attempts to validate
+ users and what happens when an invalidated user is detected (#694) .
+
# v4.4.3
- Adds an explicit dependency on CoreGraphics from Firebase Auth.