CHANGELOG.md in tty-markdown-0.2.0 vs CHANGELOG.md in tty-markdown-0.3.0

- old
+ new

@@ -1,7 +1,20 @@ # Change log +## [v0.3.0] - 2018-03-17 + +### Added +* Add :width option to allow setting maximum display width +* Add :colors options for specifying rendering colors capabilities +* Add ability to parse multiline table content + +### Changed +* Change color scheme to replace table and links blue with yellow + +## Fixed +* Fix issue with multiline blockquote elements raising NoMethodError + ## [v0.2.0] - 2018-01-29 ### Added * Add space indented codeblock markdown conversion * Add markdown math formula conversion @@ -17,7 +30,8 @@ ## [v0.1.0] - 2018-01-24 * Initial implementation and release +[v0.3.0]: https://github.com/piotrmurach/tty-markdown/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/piotrmurach/tty-markdown/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/piotrmurach/tty-markdown/compare/v0.1.0