diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html
index b7ac84b..1e35155 100755
--- a/documentation/areaDetectorReleaseNotes.html
+++ b/documentation/areaDetectorReleaseNotes.html
@@ -22,10 +22,31 @@
ADDriver::writeInt32
+ Reorganized the file I/O parameters, template files and medm screens
+
+ - Moved the file capture parameters from NDPluginFile.h and NDPluginFile.cpp
+ to ADStdDriverParams.h. This allows a detector driver to use these capture
+ parameters if desired.
+ - Removed all of the file I/O records from ADBase.template and ADBase_settings.req.
+ These previously duplicated the records in NDFile.template and NDFile_settings.req,
+ which was hard to maintain.
+ IOCs for detector drivers that can do file I/O now need to load NDFile.template,
+ while those that cannot no longer need to load these records.
+ They also need to have NDFile_settings.req added to auto_settings.req.
+ This does not effect the file plugin support, only drivers that directly
+ do file I/O.
+ - Removed the file I/O PVs from ADBase.adl. Added a related display link
+ to NDFile.adl.
+ - NDFile.adl now contains only the file related PVs, not the plugin related PVs.
+ The new file NDPluginFile.adl replaces the previous version of NDFile.adl,
+ and contains both the file PVs and the plugin PVs.
+
+
Added new enums in ADStdDriverParams.h
- ADFrameType_t
- ADShutterMode_t
+ - ADFileMode_t
Added new parameters in ADStdDriverParams.h
@@ -38,7 +59,12 @@
ADShutterCloseDelay
ADTimeRemaining
ADNumImagesCounter
+ ADFrameType
ADArrayCallbacks
+ ADFileWriteMode
+ ADFileNumCapture
+ ADFileNumCaptured
+ ADFileCapture
ADArrayCallbacks can be set to 0 to disable callbacks with detector data. For the
MarCCD and Pilatus detectors setting this to 0 will disable reading the disk files