Skip to content

Commit

Permalink
doc: update CHANGELOG for default_transaction_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Nov 26, 2023
1 parent f8ebfca commit f140292
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

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

### Added

- `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


## 1.6.8 / 2023-11-01

Expand Down

0 comments on commit f140292

Please sign in to comment.