aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Firebase/Storage/CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Firebase/Storage/CHANGELOG.md b/Firebase/Storage/CHANGELOG.md
index 86daf0b..f29ba45 100644
--- a/Firebase/Storage/CHANGELOG.md
+++ b/Firebase/Storage/CHANGELOG.md
@@ -1,3 +1,6 @@
+# v2.0.2
+- [changed] Custom FIRStorageMetadata can now be cleared by setting individual properties to 'nil'.
+
# v2.0.1
- [fixed] Fixed crash in FIRStorageDownloadTask that was caused by invoking callbacks that where no longer active.
- [changed] Added 'size' to the NSDictionary representation of FIRStorageMetadata.
@@ -20,4 +23,4 @@
- [fixed] Fixed an issue causing us to not respect the developer-specified
timeouts for initial up- and download requests.
-- [fixed] Fixed uploading issues with filenames that contain the '+' character. \ No newline at end of file
+- [fixed] Fixed uploading issues with filenames that contain the '+' character.