CHANGELOG.md in pastel-0.4.0 vs CHANGELOG.md in pastel-0.5.0
- old
+ new
@@ -1,4 +1,13 @@
+0.5.0 (Sept 13, 2015)
+
+* Add external dependency to check for color support
+* Add #colored? to check if string has color escape codes
+* Add #eachline option to allow coloring of multiline strings
+* Further refine #strip method accuracy
+* Fix redefining inspect method
+* Fix string representation for pastel instance
+
0.4.0 (November 22, 2014)
* Fix Delegator#respond_to method to correctly report existence of methods
* Add ability to #detach color combination for later reuse
* Add ability to nest styles with blocks