From 496001b8db4880c6a01613121722e661eb0b3845 Mon Sep 17 00:00:00 2001 From: Mark Keller Date: Tue, 31 Oct 2023 18:00:46 -0700 Subject: [PATCH] fixing trailing spaces --- DESCRIPTION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 2b989c051..bc1d5aa24 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -10,7 +10,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne - v3.4.0(November 03,2023) - + - Added support for `use_logical_type` in `write_pandas`. - Removed dependencies on pycryptodomex and oscrypto. All connections now go through OpenSSL via the cryptography library, which was already a dependency. - Fixed issue with ingesting files over 80 GB to S3.