diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index dc831d410..598aaa0e1 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -66,6 +66,10 @@ init_record now checks to see if state strings or values are defined during pass 0. Previously if another record had a DBR_STRING link to an mbboRecord it thought the field was a USHORT instead of an ENUM.
+A new function has been added epicsStrPrintEscaped, which converts +the standard C escape characters to \xxx characters.
+