Skip to content

Commit

Permalink
[file system] Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmccall committed Mar 24, 2020
1 parent 73049b2 commit d6707e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/expo-file-system/CHANGELOG.md
Expand Up @@ -4,8 +4,11 @@

### 🛠 Breaking changes

- `FileSystem.downloadAsync` and `FileSystem.DownloadResumable` now works in the background - they won't reject when the user backgrounds the application. ([#7380](https://github.com/expo/expo/pull/7380) [@lukmccall](https://github.com/lukmccall))
- `FileSystem.getContentUriAsync` now returns a string. ([#7192](https://github.com/expo/expo/pull/7192) by [@lukmccall](https://github.com/lukmccall))

### 🎉 New features

- Add `FileSystem.uploadAsync` method. ([#7380](https://github.com/expo/expo/pull/7380) and [#7393](https://github.com/expo/expo/pull/7393) by [@lukmccall](https://github.com/lukmccall))

### 🐛 Bug fixes

0 comments on commit d6707e1

Please sign in to comment.