diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index eac09579f..07ce0de36 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -17,6 +17,12 @@

Changes since 3.14.2

+

errlog and logMsg

+

If logMsg was called by netTask it could cause the +ioc to hang. +To fix this problem the method of trapping logMsg calls has been changed. +The fix also means that any code that calls errlogAddListener, e.g. +CMLOG, will now receive the logMsg messages.

calcRecord and calcoutRecord

Previously if a dbGetLink failed on one of the input links, dbGetLink was not called for the remaining links. Now it is.