CHANGELOG.md in duckdb-0.6.1 vs CHANGELOG.md in duckdb-0.7.0

- old
+ new

@@ -1,6 +1,19 @@ # ChangeLog +# 0.7.0 +- bump duckdb to 0.7.0 +- fix have_func argument order +- remove unused variable in test +- add DuckDB::LIBRARY_VERSION +- add DuckDB::Result#_to_string_internal +- add DuckDB::Result#__to_hugeint_internal +- add DuckDB::Result#__to_decimal_internal +- add Ruby 3.2.1 on CI test +- add Ruby mswin on CI test +## Breaking Change +- drop Ruby 2.6 + # 0.6.1 - bump Ruby to 3.2.0 on CI - fix deprected warning (double_heap is deprecated in GC.verify_compaction_references) with Ruby 3.2.0 on CI - bump duckdb to 0.6.1 on CI - add DuckDB::PreparedStatement#bind_hugeint_internal