CHANGELOG.md in duckdb-1.0.0.0 vs CHANGELOG.md in duckdb-1.0.0.1

- old
+ new

@@ -2,9 +2,16 @@ All notable changes to this project will be documented in this file. ## Unreleased +# 1.0.0.1 - 2024-06-16 +- support fetch the value from UHUGEINT type column. +- add `DuckDB::Appender#append_uhugeint`. +- DuckDB::Result supports ARRAY column type (only when DuckDB::Result.use_chunk_each is true). +- DuckDB::Result supports LIST column type (only when DuckDB::Result.use_chunk_each is true). + Thanks to stephenprater. + # 1.0.0.0 - 2024-06-08 - bump duckdb to 1.0.0. - add `DuckDB::ExtractedStatements` class. - add `DuckDB::ExtractedStatements#size`. - add `DuckDB::ExtractedStatements#prepared_statement`.