From 2cfbf5c1c9b3b5b4172a2d71f58c7d4635088e72 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 18 Nov 2020 10:54:10 -0800 Subject: [PATCH] fix release notes --- documentation/RELEASE_NOTES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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