From 731bdee05388c714c4a5d2eb4b2afc499e74727d Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 21 May 2021 17:25:59 +0200 Subject: [PATCH] Changes: Document new XML_FEATURE_ constants --- expat/Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/expat/Changes b/expat/Changes index 342d9b23..0ba8a076 100644 --- a/expat/Changes +++ b/expat/Changes @@ -22,6 +22,9 @@ Release X.X.X XXX XXXXX XX XXXX when desired. Please see file "doc/reference.html" for details. If you ever need to increase the defaults for non-attack XML payload, please file a bug report with libexpat. + - Two new XML_FEATURE_* constants .. + - that can be queried using the XML_GetFeatureList function, and + - that are shown in "xmlwf -v" output. - Two new environment variable switches .. - EXPAT_ACCOUNTING_DEBUG=(0|1|2|3) and - EXPAT_ENTITY_DEBUG=(0|1)