diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 8645cd0b9..44da774bd 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -16,11 +16,12 @@
The parser for the substitutions file accepted by dbLoadTemplate() has been -revised, and is much stricter than it used to be — unmatched characters -that were accepted and discarded without warning before will now cause an error. -The quote characters around a string value must now match, although both single -and double quoted strings are acceptable. Escaped characters inside a quoted -string should pass safely through to the underlying dbLoadRecord() command.
+revised, and is now stricter than it used to be — unmatched characters +that were accepted and discarded without warning before will now generate +errors. The quote characters at the two ends of a quoted string value must now +match, although either single or double quotes can be used. Escaped characters +inside a quoted string should pass safely through to the underlying +dbLoadRecord() command.