CHANGELOG.md in tty-markdown-0.4.0 vs CHANGELOG.md in tty-markdown-0.5.0

- old
+ new

@@ -1,7 +1,14 @@ # Change log +## [v0.5.0] - 2018-12-13 + +### Changed +* Change gemspec to load files directly +* Change to update rouge dependency +* Change to relax constraings on tty-screen and tty-color + ## [v0.4.0] - 2018-06-20 ## Fixed * Fix multiline paragraph indentation by Brett(@suwyn) @@ -23,11 +30,11 @@ ### 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 +* Add warnings about unsupported conversions for completeness ### Changed * Change gemspec to require Ruby >= 2.0.0 ### Fixed @@ -35,9 +42,10 @@ ## [v0.1.0] - 2018-01-24 * Initial implementation and release +[v0.5.0]: https://github.com/piotrmurach/tty-markdown/compare/v0.4.0...v0.5.0 [v0.4.0]: https://github.com/piotrmurach/tty-markdown/compare/v0.3.0...v0.4.0 [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