diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 25cd0c040..74aabf583 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -822,7 +822,7 @@ assignments. The value of the whole string is determined by the single non-assignment expression, which may appear anywhere in the string. For example, the following string causes a single CALC record to output the successive values of a sine curve in 1 degree intervals: -sin(a); a:=a+d2r
+sin(a); a:=a+d2rPreviously any expression that performed an invalid operation which would generate a NaN or Inf result would be stopped immediately and return an error @@ -861,8 +861,8 @@ and an Undefined/INVALID_ALARM being raised as a result.
An empty string is no longer a legal expression, therefor the CALC and OCAL fields have been changed so that their default value is a literal "0" string. Also any calcout record device support must now add the -line #include "postfix.h" before the -#include "calcoutRecord.h" line in the source code.
+line #include "postfix.h" before the +#include "calcoutRecord.h" line in the source code.