History.txt in chars-0.1.1 vs History.txt in chars-0.1.2

- old
+ new

@@ -1,4 +1,16 @@ +=== 0.1.2 / 2009-09-21 + +* Require Hoe >= 2.3.3. +* Require YARD >= 0.2.3.5. +* Require RSpec >= 1.2.8. +* Added Chars.visibile and Chars::VISIBLE (thanks flatline). +* Added CharSet#random_distinct_bytes, CharSet#random_distinct_chars, + and CharSet#random_distinct_string (thanks flatline). +* Use 'hoe/signing' for signed RubyGems. +* Moved to YARD based documentation. +* All specs now pass on JRuby 1.3.1. + === 0.1.1 / 2009-04-01 * Renamed CharSet#=~ to CharSet#===. * Added an alias from CharSet#=~ to CharSet#===.