Skip to content

Commit 62b4f64

Browse files
committed
Update change log
1 parent 5f55c97 commit 62b4f64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
- Enhanced `DataFrame.sort()` to support `ORDER BY ALL` when no columns are specified.
2828
- Catalog API now uses SQL commands instead of SnowAPI calls. This new implementation is more reliable now.
2929

30+
### Bug Fixes
31+
32+
- Fixed a bug in `DataFrame.with_column_renamed` that didn't work when a case sensitive column name has the same letters as a case-insensitive column name, for instance, `"a"` and `A`.
33+
3034
#### Dependency Updates
3135

3236
- Catalog API no longer uses types declared in `snowflake.core` and therefore this dependency was removed.

0 commit comments

Comments
 (0)