Skip to content

Commit 3813c9b

Browse files
committed
chore: Update gitignore and changelog formatting
1 parent bffb350 commit 3813c9b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ doc
2222
*.iml
2323

2424
build
25+
26+
.DS_store

Diff for: packages/drift_sqlite_async/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 0.2.0-alpha.1
22

3-
- Support `drift` version >=2.19 and `web` 1.0.0
4-
- 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
3+
- Support `drift` version >=2.19 and `web` v1.0.0.
4+
- **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.
55

66
## 0.1.0-alpha.7
77

0 commit comments

Comments
 (0)