From b4e6922a26d00a7971097f8fb96009b1575db9b2 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 20 Aug 2019 16:36:58 +0900 Subject: [PATCH] doc: add further note about configuration file changes --- doc/appendix-release-notes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/appendix-release-notes.xml b/doc/appendix-release-notes.xml index ca7eee17..c0106609 100644 --- a/doc/appendix-release-notes.xml +++ b/doc/appendix-release-notes.xml @@ -72,6 +72,11 @@ In particular, all string values containing spaces must be contained within single quotes. + + Additionally, leading/trailing white space between single quotes will no longer + be trimmed; the entire string between single quotes will be + taken literally. +