From 3977cac2f4bce8d61a119fca81235eaf2727300d Mon Sep 17 00:00:00 2001 From: Eduardo Blancas Date: Tue, 11 Jul 2023 21:45:29 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e911a8c8..cdf73c140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ * [Fix] Removed `WITH` when a snippet does not have a dependency (#657) * [Fix] Used display module when generating CTE (#649) * [Fix] Adding `--with` back because of issues with sqlglot query parser (#684) +* [Feature] Better performance when using DuckDB native connection and converting to `polars.DataFrame` +* [Feature] Better performance when using DuckDB native connection and converting to `pandas.DataFrame` ## 0.7.9 (2023-06-19)