diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 25857b125..c3fce312e 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -13,6 +13,14 @@ +
Field value strings loaded from a database file by dbLoadRecords() can now +use C89-compatible escaped character codes such as \", \', \t, \n, \064 and +\x7e. The parser also now checks for and reports strings that have a newline +character in them as an error - if you want a newline in a field, use the \n +escaped version.
+These test programs are no longer installed into the bin/arch