Skip to content

Commit 57f141d

Browse files
committed
minor update on changelog
1 parent d887884 commit 57f141d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,14 @@
5252
#### Bug Fixes
5353

5454
- Fixed a bug where automatically-generated temporary objects were not properly cleaned up.
55+
- Fixed with a bug when sql generation when joining two `DataFrame`s created using `DataFrame.alias` and CTE optimization is enabled.
56+
- Fixed a bug in `XMLReader` where finding the start position of a row tag could return an incorrect file position.
5557

5658
#### Improvements
5759

5860
- Enhanced `DataFrame.sort()` to support `ORDER BY ALL` when no columns are specified.
5961
- Removed experimental warning from `Session.cte_optimization_enabled`.
6062

61-
#### Bug Fixes
62-
63-
- Fixed with a bug when sql generation when joining two `DataFrame`s created using `DataFrame.alias` and CTE optimization is enabled.
64-
- Fixed a bug in `XMLReader` where finding the start position of a row tag could return an incorrect file position.
65-
6663
### Snowpark pandas API Updates
6764

6865
#### New Features

0 commit comments

Comments
 (0)