Skip to content

Commit 5ad47ae

Browse files
committed
doc: update CHANGELOG
[skip ci]
1 parent 5c48660 commit 5ad47ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This release drops support for Ruby 2.7. [#453] @flavorjones
1414
- `Database#busy_handler_timeout=` introduced as an alternative to `#busy_timeout=` that can be used when it's desired to release the GVL between retries. [#443, #456] @fractaledmind
1515
- Support the `SUPER_JOURNAL` flag which is an alias for `MASTER_JOURNAL` as of sqlite 3.33.0. [#467] @flavorjones
1616
- `Statement#stat` and `Statement#memused` introduced to report statistics. [#461] @fractaledmind
17+
- `Statement#sql` and `Statement#expanded_sql` introduced to retrieve the SQL statement associated with the `Statement` object. [#293, #498] @tenderlove
1718

1819

1920
### Improved
@@ -28,8 +29,8 @@ This release drops support for Ruby 2.7. [#453] @flavorjones
2829

2930
### Changed
3031

31-
- Consistently use `SQLite3::Exception` or subclasses. Previously some `Pragmas` methods raised `Exception`, and `Database#execute_batch2` and `Database#load_extension` raised `RuntimeError`. [#467] @flavorjones
32-
- `Database#columns` returns a list of frozen strings. [#474] @tenderlove
32+
- Consistently use `SQLite3::Exception` or subclasses. Previously some `Pragmas` methods raised `Exception`, and `Database#execute_batch2` and `Database#load_extension` raised `RuntimeError`. [#467, #490] @flavorjones
33+
- `Database#columns` returns a list of internal frozen strings. [#155, #474, #486] @tenderlove
3334
- Freeze results that come from the database. [#480] @tenderlove
3435
- The encoding of a Database is no longer cached. [#485] @tenderlove
3536

0 commit comments

Comments
 (0)