From e82ce8210776535a462c7900b1d6d9a5b13a6e3d Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Fri, 9 Feb 2024 15:28:17 -0600 Subject: [PATCH] Document that asynNDArrayDriver::readAttributesFile can directly contain the XML --- RELEASE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index a369cfbef..89e3e6a1e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -27,6 +27,8 @@ files respectively, in the configure/ directory of the appropriate release of th ### asynNDArrayDriver * Added UpdateTimeStamps method. * Added NDFileFreeCapture parameter to manually free the capture buffer. + * Allow the filename in readNDAttributes file to be an XML string rather than a file name. + This allows Channel Access clients to write the XML directly. Thanks to Marcell Nagy for this. ### NDAttribute * Added support for attribute type CONST, where the value is the "source" value specified in the XML file. Thanks to Keenan Lang for this.