From fd96419527d9032a46bd577caf4ccec488633f6d Mon Sep 17 00:00:00 2001 From: Tom Klingenberg <352517+ktomk@users.noreply.github.com> Date: Mon, 24 Aug 2020 06:56:45 +0200 Subject: [PATCH] Revert config schema, fix b/c break (#4046) Previous in d5055ea the allowCoercionFromStringToClassConst attribute has been removed from the XML configuration file per its schema. While technically correct (was removed in 3.0), this breaks b/c between minor versions, breaks with the release of 3.14.0. Fix is revert. Ref: d5055ea1d43cb724de2e7e27ae11c6b743a6f727 Caused-by: #3982 --- config.xsd | 1 + 1 file changed, 1 insertion(+) diff --git a/config.xsd b/config.xsd index 1e11d6748..0a76d78c3 100644 --- a/config.xsd +++ b/config.xsd @@ -32,6 +32,7 @@ +