Skip to content

Commit f140292

Browse files
committed
doc: update CHANGELOG for default_transaction_mode
1 parent f8ebfca commit f140292

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- Vendored sqlite is update to [v3.44.2](https://sqlite.org/releaselog/3_44_2.html). @flavorjones
88

9+
### Added
10+
11+
- `Database.new` now accepts a `:default_transaction_mode` option (defaulting to `:deferred`), and `Database#transaction` no longer requires a transaction mode to be specified. This should allow higher-level adapters to more easily choose a transaction mode for a database connection. [#426] @masamitsu-murase
12+
913

1014
## 1.6.8 / 2023-11-01
1115

0 commit comments

Comments
 (0)