diff --git a/NEWS b/NEWS index 0758f384..7f05908a 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,9 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier 1.3.0, unknown release date (major feature release) +# Invalid images are now removed, rather than replaced with a dud + Invalid image. Previous behavior can be restored + with new directive %Core.RemoveInvalidImg set to false. ! (X)HTML Strict now supported + Transparently handles inline elements in block context (blockquote) ! Added GET method to demo for easier validation, added 50kb max input size @@ -19,6 +22,8 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier ! New directives %HTML.AllowedElements and %HTML.AllowedAttributes to let users narrow the set of allowed tags !
  • and