diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 28839e2c9..1491b5cff 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -24,7 +24,7 @@ The good news is that the rules for support and ioc applications are now greatly simplified. The bad news is that it does mean changes for existing 3.14.1 applications. Please see:

ConvertingR3.14.1AppsToR3.14.2

-

for details. If you are using the function DBD keyword it no +

for details. If you are using the function DBD keyword it no longer exists. Please read this conversion document for details.

Application Developer's Guide

@@ -40,7 +40,7 @@ record to always set NORD=NELEM. Thus if an application trys to write a waveform via the steps:

     prset->get_array_info(paddr,&no_elements,&offset);
-    /*write nNew elements into array*/
+    << write nNew elements into array >>
     prset->put_array_info(paddr,nNew);
 

This sets NORD = nNew.