diff --git a/.gitignore b/.gitignore index 0bb8318..e0c7669 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ doc *.iml build + +.DS_store \ No newline at end of file diff --git a/packages/drift_sqlite_async/CHANGELOG.md b/packages/drift_sqlite_async/CHANGELOG.md index 168af4e..c82b6d7 100644 --- a/packages/drift_sqlite_async/CHANGELOG.md +++ b/packages/drift_sqlite_async/CHANGELOG.md @@ -1,7 +1,7 @@ ## 0.2.0-alpha.1 - - Support `drift` version >=2.19 and `web` 1.0.0 - - BREAKING CHANGE: Nested transactions through drift no longer create SAVEPOINTs. When nesting a drift `transaction`, the transaction is reused. See https://github.com/powersync-ja/sqlite_async.dart/pull/65 + - Support `drift` version >=2.19 and `web` v1.0.0. + - **BREAKING CHANGE**: Nested transactions through drift no longer create SAVEPOINTs. When nesting a drift `transaction`, the transaction is reused ([#65](https://github.com/powersync-ja/sqlite_async.dart/pull/65)). ## 0.1.0-alpha.7