Skip to content

Commit ad63d1d

Browse files
committed
doc: update CHANGELOG
[skip ci]
1 parent 74763cb commit ad63d1d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,26 @@ This release drops support for Ruby 2.7. [#453] @flavorjones
1111

1212
### Added
1313

14-
- `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] @fractaledmind
14+
- `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
15+
- Support the `SUPER_JOURNAL` flag which is an alias for `MASTER_JOURNAL` as of sqlite 3.33.0. [#467] @flavorjones
16+
- `Statement#stat` and `Statement#memused` introduced to report statistics. [#461] @fractaledmind
1517

1618

1719
### Improved
1820

1921
- Avoid leaking memory for statements that are not closed properly. [#392] @haileys
2022
- Moved some C code into Ruby. [#451, #455] @tenderlove
23+
- Improve performance of `ResultSet` hashes. [#154, #484, #468] @tenderlove
24+
- Fix a GC compaction issue with `busy_handler`. [#466] @byroot
25+
- Remove unused `ResultSet` instance variable. [#469] @tenderlove
2126

2227

2328
### Changed
2429

25-
- Raise `StandardError` in a few places where `Exception` was previously raised.
26-
- `Database#columns` returns a list of frozen strings now
30+
- Raise `StandardError` in a few places where `Exception` was previously raised. [#467] @flavorjones
31+
- `Database#columns` returns a list of frozen strings. [#474] @tenderlove
32+
- Freeze results that come from the database. [#480] @tenderlove
33+
- The encoding of a Database is no longer cached. [#485] @tenderlove
2734

2835

2936
### Removed

0 commit comments

Comments
 (0)