From 46f208117d85b684e5b30053d4f97f6a65ab44e2 Mon Sep 17 00:00:00 2001 From: Hazem Elmeleegy Date: Wed, 17 Sep 2025 15:25:34 -0700 Subject: [PATCH] NO-SNOW: Set release data in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb4140527..5e3b2ed9f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ - Hybrid execution mode is now enabled by default. Certain operations on smaller data will now automatically execute in native pandas in-memory. Use `from modin.config import AutoSwitchBackend; AutoSwitchBackend.disable()` to turn this off and force all execution to occur in Snowflake. - Removed an unnecessary `SHOW OBJECTS` query issued from `read_snowflake` under certain conditions. -## 1.39.0 (YYYY-MM-DD) +## 1.39.0 (2025-09-17) ### Snowpark Python API Updates