Skip to content

Commit

Permalink
Update CHANGELOG for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrhoyt committed Mar 18, 2016
1 parent 0f7b719 commit 3fe6ead
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,27 @@

##### Breaking

* None

##### Enhancements

* None

##### Bug Fixes

* None

## 0.3.0: Table Objects Oh My!

##### Breaking

* `TextTable.addRow` now takes an array instead of an argument list. This was to
support `TextTableObject`.

##### Enhancements

* `TextTableObject` allows for easy table creation from an array of objects.
* Better SPM testing support.

##### Bug Fixes

Expand Down

0 comments on commit 3fe6ead

Please sign in to comment.