Skip to content

Commit

Permalink
[expo-sqlite] updated change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gurs1kh committed May 11, 2020
1 parent fdb64d3 commit bfcaa94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This is the log of notable changes to the Expo client that are developer-facing.

### 🛠 Breaking changes

- `expo-sqlite` now supports encrypted SQLite files.
- `react-native-view-shot` is no longer installed by default, install it with `expo install react-native-view-shot`. ([#7950](https://github.com/expo/expo/pull/7950) by [@evanbacon](https://github.com/evanbacon))

- `FileSystem.getContentUriAsync` now returns a string. ([#7192](https://github.com/expo/expo/pull/7192) by [@lukmccall](https://github.com/lukmccall))
Expand Down
1 change: 1 addition & 0 deletions packages/expo-sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
### 🛠 Breaking changes

### 🎉 New features
- now supports encrypted SQLite files.

### 🐛 Bug fixes

0 comments on commit bfcaa94

Please sign in to comment.