From 712a74c13d7ea48367c93025a34dba8915293c33 Mon Sep 17 00:00:00 2001 From: "samuel.oranyeli" Date: Fri, 28 Jun 2024 11:22:01 +1000 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e1219eb..28551590f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - [ENH] `xlsx_table` function now supports polars - Issue #1352 @samukweku - [ENH] Added a `pivot_longer` method, and a `pivot_longer_spec` function for polars - Issue #1352 @samukweku - [ENH] pandas Index,Series, DataFrame now supported in the `complete` method. - PR #1369 @samukweku +- [ENH] Improve performance for `first/last` in `conditional_join, when the join columns in the right dataframe are sorted. - PR #1382 @samukweku ## [v0.27.0] - 2024-03-21