HISTORY in sanitize-1.0.5 vs HISTORY in sanitize-1.0.6
- old
+ new
@@ -1,7 +1,17 @@
Sanitize History
================================================================================
+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
+ problems in IE6.
+ * You can now specify the symbol :all in place of an element name in the
+ attributes config hash to allow certain attributes on all elements. [Thanks
+ to Mutwin Kraus]
+
Version 1.0.5 (2009-02-05)
* Fixed a bug introduced in version 1.0.3 that prevented non-whitelisted
protocols from being cleaned when relative URLs were allowed. [Reported by
Dev Purkayastha]
* Fixed "undefined method `parent='" exceptions caused by parser changes in