diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 02428bb81..8c0916de6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,9 @@ 1.4.1 ----- +* Slug computation now accepts an array of column names to merge. (#617) +* Cookbook: standardize column values with Slugify computation. (#613) +* Cookbook: slugify/standardize row and column names. (#612) * Fix condition that prevents integer row names to allow bools in :meth:`.Table.__init__`. (#627) * :class:`.PercentChange` is now null-safe, returns None for null values. (#623) * :class:`.Table` can now be iterated, yielding :class:`Row` instances. (Previously it was necessarily to iterate :code:`table.rows`.)