From c7e172f660b995d8e69640b002a93590c1340605 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Fri, 23 May 2008 17:15:13 +0000 Subject: [PATCH] Update news: not 1/2, more like 1/3 git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1767 48356398-32a2-884e-a903-53898d9a118a --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 28688fd3..0fec14d9 100644 --- a/NEWS +++ b/NEWS @@ -31,7 +31,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier will still work--the new format, however, lets modules access the configuration object for HTML namespace dependant tweaks. . AttrDef_HTML_Pixels now takes a single construction parameter, pixels. -. ConfigSchema data-structure heavily optimized; on average it uses half +. ConfigSchema data-structure heavily optimized; on average it uses a third the memory it did previously. The interface has changed accordingly, consult changes to HTMLPurifier_Config for details. . Variable parsing types now are magic integers instead of strings