CHANGELOG.md in duckdb-1.1.2.1 vs CHANGELOG.md in duckdb-1.1.3.0
- old
+ new
@@ -1,9 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
# Unreleased
+# 1.1.3.0 - 2024-11-10
+- add `DuckDB::PreparedStatement#bind_decimal`. (Thanks to @otegami)
+- bump duckdb to 1.1.3.
+
# 1.1.2.1 - 2024-11-04
- `DuckDB::Connection#query` accepts multiple SQL statement.
- When multiple SQL statements are given, `DuckDB::Connection#query` returns the last statement result.
- `DuckDB::Connection#query` does not support multiple SQL statements with bind parameters. If you pass 2 or more argument,
`DuckDB::Connection#query` will regard first argument as only one SQL statement and the rest as bind parameters.