Move Object::Accessor from lib/ to ext/
[p5sagit/p5-mst-13.2.git] / ext / Term-ANSIColor / ChangeLog
index 47e2c1f..9888ad1 100644 (file)
@@ -1,5 +1,23 @@
+2009-08-30  Russ Allbery  <rra@stanford.edu>
+
+       * ANSIColor.pm: Version 2.02 released.
+
+       * ANSIColor.pm: Update compatibility matrix to reflect that xterm
+       now supports blink.
+
+       * ANSIColor.pm (colorvalid): New function to check whether an
+       attribute is known.
+       * t/basic.t: Test colorvalid.
+
 2009-07-04  Russ Allbery  <rra@stanford.edu>
 
+       * ANSIColor.pm: Add an example of checking color attributes by
+       catching exceptions from color() to the documentation.
+
+       * ANSIColor.pm: Add FAINT as a synonym for DARK and export it when
+       constants are requested.
+       * t/basic.t: Test faint and FAINT as a synonym for dark/DARK.
+
        * ANSIColor.pm: Version 2.01 released.
 
        * t/basic.t: Test error handling in color, colored, and uncolor.