Skip to content

Commit

Permalink
[expo-sqlite] fixes to changelog changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gurs1kh committed May 27, 2020
1 parent a4daaba commit c1fad68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -8,13 +8,13 @@ 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))

### 🎉 New features

- `expo-sqlite` now supports encrypted SQLite files ([#8242](https://github.com/expo/expo/pull/8242/) by [@gurs1kh](https://github.com/gurs1kh))
- Add `readerMode` and `dismissButtonStyle` (iOS) and `enableDefaultShare` (Android) flags for `WebBrowser` ([#7221](https://github.com/expo/expo/pull/7221) by [@LinusU](https://github.com/LinusU)) & [@mczernek](https://github.com/mczernek))

### 🐛 Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-sqlite/CHANGELOG.md
Expand Up @@ -5,6 +5,6 @@
### 🛠 Breaking changes

### 🎉 New features
- now supports encrypted SQLite files.
- now supports encrypted SQLite files ([#8242](https://github.com/expo/expo/pull/8242/) by [@gurs1kh](https://github.com/gurs1kh))

### 🐛 Bug fixes

0 comments on commit c1fad68

Please sign in to comment.