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

- old
+ new

@@ -1,7 +1,23 @@ # Change log +## [v0.2.0] - 2018-01-29 + +### Added +* Add space indented codeblock markdown conversion +* Add markdown math formula conversion +* Add markdown typogrpahic symbols conversion by Tanaka Masaki(@T-a-n-a-k-a-M-a-s-a-k-i) +* Add html entities conversion +* Add warnings about unsupported conversions for completness + +### Changed +* Change gemspec to require Ruby >= 2.0.0 + +### Fixed +* Fix smart quotes to correctly encode entities + ## [v0.1.0] - 2018-01-24 * Initial implementation and release -[v0.1.0]: https://github.com/piotrmurach/tty-reader/compare/v0.1.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