CHANGELOG.md in strings-0.1.4 vs CHANGELOG.md in strings-0.1.5

- old
+ new

@@ -1,7 +1,13 @@ # Change log +## [v0.1.5] - 2019-03-29 + +### Changed +* Change to update unicode-display_width to the latest version +* Change to relax development dependencies versions + ## [v0.1.4] - 2018-09-10 ### Fixed * Fix align_center for multiline text with tight width by @DannyBen @@ -20,11 +26,12 @@ ### Added * Add ability to refine String class with extensions ## [v0.1.0] - 2018-01-07 -* Inital implementation and release +* Initial implementation and release +[v0.1.5]: https://github.com/piotrmurach/strings/compare/v0.1.4...v0.1.5 [v0.1.4]: https://github.com/piotrmurach/strings/compare/v0.1.3...v0.1.4 [v0.1.3]: https://github.com/piotrmurach/strings/compare/v0.1.2...v0.1.3 [v0.1.2]: https://github.com/piotrmurach/strings/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/piotrmurach/strings/compare/v0.1.0...v0.1.1 [v0.1.0]: https://github.com/piotrmurach/strings/compare/v0.1.0