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.
+