Skip to content

Commit 2f7d019

Browse files
committed
doc: update CHANGELOG
[skip ci]
1 parent 633874e commit 2f7d019

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ This release drops support for Ruby 2.7. [#453] @flavorjones
3333
- `Database#columns` returns a list of internal frozen strings. [#155, #474, #486] @tenderlove
3434
- Freeze results that come from the database. [#480] @tenderlove
3535
- The encoding of a Database is no longer cached. [#485] @tenderlove
36-
- `Database#transaction` returns the result of the block when used with a block. @alexcwatt
36+
- `Database#transaction` returns the result of the block when used with a block. [#508] @alexcwatt
3737

3838

3939
### Removed
4040

41-
- Remove `SQLite3::VersionProxy` which has been deprecated since v1.3.2. [#453] @flavorjones
42-
- Remove `SQLite3::Translator` and all related type translation methods.
41+
- Remove methods `SQLite3::Database::FunctionProxy#count` and `#set_error`. [#164, #509, #510] @alexcwatt @flavorjones
42+
- Remove class `SQLite3::VersionProxy` which has been deprecated since v1.3.2. [#453] @flavorjones
43+
- Remove class `SQLite3::Translator` and all related type translation methods.
4344
If you need to do type translation on values returned from the statement object,
4445
please wrap it with a delegate object. Here is an example of using a delegate
4546
class to implement type translation:

0 commit comments

Comments
 (0)