Skip to content

Commit

Permalink
Update CHANGELOG.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nbedi committed Oct 30, 2016
1 parent 8f0c487 commit 2903a40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
1.4.1
-----

* Added :class:`.First` computation. (#634)
* :meth:`.Table.print_table` now has a `max_precision` argument to limit Number precision. (#544)
* 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)
* Fixed 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 2903a40

Please sign in to comment.