diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d48b18..1eeaa90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog -## 1.0.0-BETA.1 +## 1.0.0-Beta.2 + +* Upgrade PowerSyncSqliteCore to 0.3.8 + +## 1.0.0-Beta.1 * Initial Beta release diff --git a/Demo/README.md b/Demo/README.md index 3337782..e3369d1 100644 --- a/Demo/README.md +++ b/Demo/README.md @@ -18,7 +18,7 @@ Follow this guide to: 2. Open the “_Secrets” file and insert the credentials of your Supabase and PowerSync projects (more info can be found [here](https://docs.powersync.com/integration-guides/supabase-+-powersync#test-everything-using-our-demo-app)). -3. Enable CasePathMacros. We are using SwiftUI Navigation for the demo which requires this. +3. You will need to enable `CasePathMacros` for SwiftUI Navigation. You can do this in settings, or just build the app and a dialog will be shown to enable `CasePathMacros`. ### Troubleshooting