diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b562dcee..de443193c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ - Use SCOPED object for internal create temp tables. The SCOPED objects will be stored sproc scoped if created within stored sproc, otherwise will be session scoped, and the object will be automatically cleaned at the end of the scope. - Improved warning messages for operations that lead to materialization with inadvertent slowness. - Removed unnecessary warning message about `convert_dtype` in `Series.apply`. +- Improved the following new capability for function `snowflake.snowpark.functions.array_remove` it is now possible to use it with a string. #### Bug Fixes