diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e431dfd110..c0596dd8581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 1.18.0 (2024-05-28) +### Snowpark Python API Updates + +#### Improvements + - Improved error message to remind users set `{"infer_schema": True}` when reading csv file without specifying its schema. - Improved error handling for `Session.create_dataframe` when called with more than 512 rows and using `format` or `pyformat` `paramstyle`.