diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index bd2e54132..eb0ca1647 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -248,6 +248,16 @@ routine if INDX is greater than MALM. In the event that the no data is read through the INP link, the subArray's UDF field will be set and a UDF/INVALID alarm will be generated.
+The argument to scanOnce() is a pointer to the record to be +scanned. This used to be a void * pointer, but is now a dbCommon +* pointer. Record types written in C that call scanOnce() will +still compile without having to change the source code (although a comiler +warning may be generated), but any record types implemented in C++ will have to +be fixed to cast the record instance pointer to a dbCommon * +instead.
+The following target architectures have been added to this release,