diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 819b1e6f5..e6234c81f 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -123,8 +123,9 @@ recommended to set TSE to -2 and set the timestamp in the driver code. ### Add registerAllRecordDeviceDrivers() Addition of registerAllRecordDeviceDrivers() as an iocsh function -and in iocshRegisterCommon.h. This function uses dynamic lookup with epicsFindSymbol() -to perform the same function as a generated \*_registerRecordDeviceDriver() function. +and in iocshRegisterCommon.h. This function uses dynamic lookup with +`epicsFindSymbol()` to perform the same function as a generated +`*_registerRecordDeviceDriver()` function. This allows dynamic loading/linking of support modules without code generation. This feature is not intended for use by IOCs constructed using the standard EPICS application