CHANGELOG.md in duckdb-1.1.3.0 vs CHANGELOG.md in duckdb-1.1.3.1
- old
+ new
@@ -1,8 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
# Unreleased
+# 1.1.3.1 - 2024-11-27
+- fix to `DuckDB::Connection#query` with multiple SQL statements. Calling PreparedStatement#destroy after each statement executed.
+- install valgrind in docker development environment.
+- add `DuckDB::Appender#append_default`.
# 1.1.3.0 - 2024-11-10
- add `DuckDB::PreparedStatement#bind_decimal`. (Thanks to @otegami)
- bump duckdb to 1.1.3.