CHANGELOG.md in pastel-0.7.2 vs CHANGELOG.md in pastel-0.7.3
- old
+ new
@@ -1,17 +1,26 @@
# Change log
+## [v0.7.3] - 2019-06-16
+
+### Changed
+* Change gemspec to load required files directly without git
+* Change to update tty-color & equatable dependency versions
+
+### Fixed
+* Fix Delegator warning
+
## [v0.7.2] - 2017-11-09
### Changed
* Change to load relative file paths
* Change to allow `#alias_color` to accept multiple colors by Jared Ning (@ordinaryzelig)
## [v0.7.1] - 2017-01-09
### Changed
-* Change to load specfic files when needed
+* Change to load specific files when needed
* Change to freeze ANSI attributes
* Change to directly assign enabled attribute
## [v0.7.0] - 2016-12-27
@@ -28,11 +37,11 @@
* Fix #decorate to apply color to non zero length strings
## [v0.6.0] - 2016-01-15
### Added
-* Add helper functions #foreground?, #backgroud?, #style to ANSI module
+* Add helper functions #foreground?, #background?, #style to ANSI module
* Add ColorParser for parsing color symbols out of text
* Add Pastel#undecorate for parsing color names out of strings
### Changed
* Change to use tty-color for color capabilities detection
@@ -106,9 +115,10 @@
### Changed
* Change gemspec to include equatable as dependency
* Change Delegator to stop creating instances and improve performance
+[v0.7.3]: https://github.com/peter-murach/pastel/compare/v0.7.2...v0.7.3
[v0.7.2]: https://github.com/peter-murach/pastel/compare/v0.7.1...v0.7.2
[v0.7.1]: https://github.com/peter-murach/pastel/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/peter-murach/pastel/compare/v0.6.1...v0.7.0
[v0.6.1]: https://github.com/peter-murach/pastel/compare/v0.6.0...v0.6.1
[v0.6.0]: https://github.com/peter-murach/pastel/compare/v0.5.3...v0.6.0