diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html
index e12d532..06e844c 100755
--- a/documentation/areaDetectorReleaseNotes.html
+++ b/documentation/areaDetectorReleaseNotes.html
@@ -19,8 +19,10 @@
changes to the synApps modules on which areaDetector applications depend (autosave,
busy, etc.)
Changes in Makefiles to support the win32-x86-debug architecture.
- Added status parameter to indicate if the specified file path exists. Added record
- to NDFile.template and status indicator to all medm file saving screens.
+ Added status parameter to indicate if the specified file path (NDFilePath) exists.
+ Added a record to NDFile.template and a status indicator to all medm file saving
+ screens.
+ Append a trailing '/' character to file path (NDFilePath) if one is not present.
Drivers
@@ -46,6 +48,9 @@
pvCam driver. Fixed problem with exposure time being rounded to integer.
+ ADSC driver. Fixed a bug where it would not correctly load the per-image parameters
+ for the first image in a dataset if they were changed after the acquisition was
+ started but before the first image was taken.
Plugins