HISTORY in sanitize-1.0.6 vs HISTORY in sanitize-1.0.7

- old
+ new

@@ -1,7 +1,13 @@ Sanitize History ================================================================================ +Version 1.0.7 (2009-04-11) + * Requires Hpricot 0.8.1+, which is finally compatible with Ruby 1.9.1. + * Fixed a bug that caused named character entities containing digits (like + ²) to be escaped when they shouldn't have been. [Reported by Sebastian + Steinmetz] + Version 1.0.6 (2009-02-23) * Removed htmlentities gem dependency. * Existing well-formed character entity references in the input string are now preserved rather than being decoded and re-encoded. * The ' character is now encoded as ' instead of ' to prevent