CHANGELOG.md in duckdb-1.1.0.0 vs CHANGELOG.md in duckdb-1.1.0.1

- old
+ new

@@ -1,9 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +# Unreleased +# 1.1.0.1 - 2024-09-21 +- add `DuckDB::Connection#prepare`. `DuckDB::Connection#prepare` is an alias of `DuckDB::Connection#prepared_statement`. + # 1.1.0.0 - 2024-09-15 - drop ruby 3.0.x. - bump duckdb to 1.1.0. - Add `DuckDB::PendingResult#execute_check_state` to check the state of the pending result. - Add `DuckDB::PreparedStatement#clear_bindings` to clear all bindings. @@ -29,10 +33,10 @@ - `DuckDB::Result#use_chunk_each=` ## Breaking changes - drop duckdb v0.9.x. - skip to check duckdb_parameter_name is available. -- The following methods are deprecated. +- The following methods are obsoleted. - `DuckDB::Result#_null?` - `DuckDB::Result#_to_boolean` - `DuckDB::Result#_to_smallint` - `DuckDB::Result#_to_utinyint` - `DuckDB::Result#_to_integer`