From 586abc63e464ea31727cf984de6ad41d3607965a Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 6 Mar 2017 23:03:33 -0800 Subject: [PATCH] CHANGELOG for rgba/hsl/hsla patch. Signed-off-by: Edward Z. Yang --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 8ab039e3..7dabba2e 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,8 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier ! %URI.DefaultScheme can now be set to null, in which case all relative paths are removed. ! New CSS properties: min-width, max-width, min-height, max-height (#94) +! Transparency (rgba) and hsl/hsla supported where color CSS is present. + Thanks @fxbt for contributing the patch. (#118) - When idn_to_ascii is defined, we might accept malformed hostnames. Apply validation to the result in such cases. - Close directory when done in Serializer DefinitionCache (#100) -- 2.11.4.GIT