From cef27f750db03c867e322e1ff6d4f62500a3db0a Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 27 Oct 2016 17:30:37 -0700 Subject: [PATCH] Add missing changelog entries. Signed-off-by: Edward Z. Yang --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 974ef649..5e91c63f 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,12 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier 4.9.0, unknown release date ! %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) +- 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) +- Deleted some asserts to avoid linters from choking (#97) +- Rework Serializer cache behavior to avoid chmod'ing if possible (#32) 4.8.0, released 2016-07-16 # By default, when a link has a target attribute associated -- 2.11.4.GIT