ChangeLog.md in chars-0.3.2 vs ChangeLog.md in chars-0.3.3
- old
+ new
@@ -1,5 +1,9 @@
+### 0.3.3 / 2024-01-23
+
+* Switch to using `require_relative` to improve load-times.
+
### 0.3.2 / 2022-12-02
* Ensure all character Strings within the {Chars} character sets are encoded as
ASCII-8bit. This prevents transcoding issues when calling
`Chars::ASCII.random_string(length)`.
@@ -48,12 +52,12 @@
### 0.2.1 / 2011-06-22
* Added {Chars::CharSet.[]}
* Added {Chars::CharSet#<<}.
-* Added {Chars::CharSet#byte_to_char}.
-* Added {Chars::CharSet#char_to_byte}.
+* Added `Chars::CharSet#byte_to_char`.
+* Added `Chars::CharSet#char_to_byte`.
* Added a cache of characters of the bytes within {Chars::CharSet}.
* Use `String#each_char` to distinguish Unicode from ASCII.
### 0.2.0 / 2010-10-27
@@ -63,13 +67,13 @@
### 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 {Chars.visible} and {Chars::VISIBLE} (thanks flatline).
* Added {Chars::CharSet#random_distinct_bytes},
- {Chars::CharSet#random_distinct_chars}, and {CharSet#random_distinct_string}
- (thanks flatline).
+ {Chars::CharSet#random_distinct_chars}, and
+ {Chars::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