Skip to content

Commit d3025c9

Browse files
committed
Fix CHANGELOG
[skip ci]
1 parent 7bcfe7e commit d3025c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- `SQLiteConnection.SerializeToAsset` extension method for serializing a database to an instance of `SQLiteAsset`.
99
- `SQLiteConnection.ImportCsvToTable` extension method for importing a CSV text stream as a new table inside the database.
1010
- Support for importing ".sql" files as either a `TextAsset` or a `SQLiteAsset`.
11-
- `SQLiteConnection.Exec` extension method for executing a SQL script with multiple statements with a single call.
11+
- `SQLiteConnection.ExecuteScript` extension method for executing a SQL script with multiple statements with a single call.
1212

1313
### Changed
1414
- Update SQLite to 3.50.1

0 commit comments

Comments
 (0)