CHANGELOG.md in pastel-0.7.4 vs CHANGELOG.md in pastel-0.8.0

- old
+ new

@@ -1,7 +1,19 @@ # Change log +## [v0.8.0] - 2020-07-04 + +### Changed +* Change gemspec to require Ruby 2.0 or higher +* Change Pastel#new to use keyword arguments in place of hash options +* Change to freeze all strings +* Remove equatable dependency + +### Fixed +* Fix Pastel#strip to recognise no-number reset by DanielVartanov(@DanielVartanov) +* Fix Pastel#undecorate to correctly assign styles for nested colors + ## [v0.7.4] - 2020-05-08 ### Fixed * Fix ColorParser#undecorate to require direct dependency by Nick Pezza(@npezza93) @@ -120,9 +132,10 @@ ### Changed * Change gemspec to include equatable as dependency * Change Delegator to stop creating instances and improve performance +[v0.8.0]: https://github.com/piotrmurach/pastel/compare/v0.7.4...v0.8.0 [v0.7.4]: https://github.com/piotrmurach/pastel/compare/v0.7.3...v0.7.4 [v0.7.3]: https://github.com/piotrmurach/pastel/compare/v0.7.2...v0.7.3 [v0.7.2]: https://github.com/piotrmurach/pastel/compare/v0.7.1...v0.7.2 [v0.7.1]: https://github.com/piotrmurach/pastel/compare/v0.7.0...v0.7.1 [v0.7.0]: https://github.com/piotrmurach/pastel/compare/v0.6.1...v0.7.0