Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nbedi committed Jul 30, 2016
1 parent 19682f8 commit c963523
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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`.)
Expand Down

0 comments on commit c963523

Please sign in to comment.