History.rdoc in hoe-4.2.0 vs History.rdoc in hoe-4.2.2

- old
+ new

@@ -1,4 +1,20 @@ +=== 4.2.2 / 2024-06-29 + +* 1 bug fix: + + * Fix errors created when string literals are frozen. + +=== 4.2.1 / 2024-05-21 + +* 1 minor enhancement: + + * Raise error if readme file is improperly structured. + +* 1 bug fix: + + * Fix NoMethodError: undefined method 'verbose'. (adangel) + === 4.2.0 / 2024-01-12 * 2 minor enhancements: * Extended hoe/racc to be multitask! ruby_parser goes from 8.5s to 1.2s!