diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a452b33e7571..0aa142fa93f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -441,6 +441,7 @@ - [Added `at_least_one` flag to `Table.tokenize_to_rows`.][6539] - [Moved `Redshift` connector into a separate `AWS` library.][6550] - [Added `Date_Range`.][6621] +- [Implemented the `cast` operation for `Table` and `Column`.][6711] [debug-shortcuts]: https://github.com/enso-org/enso/blob/develop/app/gui/docs/product/shortcuts.md#debug @@ -651,6 +652,7 @@ [6539]: https://github.com/enso-org/enso/pull/6539 [6550]: https://github.com/enso-org/enso/pull/6550 [6621]: https://github.com/enso-org/enso/pull/6621 +[6711]: https://github.com/enso-org/enso/pull/6711 #### Enso Compiler