CHANGELOG.rdoc in paint-0.8.1 vs CHANGELOG.rdoc in paint-0.8.2
- old
+ new
@@ -1,11 +1,15 @@
-=== 0.8.1 ==
+=== 0.8.2
+* Paint.[] with only a single string argument does not colorize the string anymore, but returns the plain string
+* New pseudo color :random - returns a random ansi color
+
+=== 0.8.1
* Improve rgb function with better gray scale values
* Add Paint.mode:
* Set to false to deactivate colorizing
* Set to 16 or 8 and all color generation methods will generate simple ansi colors
* Set to 256 for 256 color support
* Tries to automatically detect your terminal's features
* Minor changes
-=== 0.8.0 ===
+=== 0.8.0
* Initial release