diff options
author | Sebastian Schmidt <mrschmidt@google.com> | 2017-09-12 16:54:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 16:54:56 -0700 |
commit | 1c44d3914609c4253f8d046f0671059de5219b1c (patch) | |
tree | 9347c91e10b4c9ba2e838aec5ddb38c3a1bf603a /Firebase/Storage | |
parent | c8ea66eecfb256925e457d14b64bc08984da4387 (diff) |
Updating Storage CHANGELOG.md for v2.0.2 (#255)
Diffstat (limited to 'Firebase/Storage')
-rw-r--r-- | Firebase/Storage/CHANGELOG.md | 5 |
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. |