diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html
index 239d715..86f46d8 100755
--- a/documentation/areaDetectorReleaseNotes.html
+++ b/documentation/areaDetectorReleaseNotes.html
@@ -37,7 +37,13 @@
- Fixed a bug that could result in plugins being registered for callbacks multiple
times.
- - NDFileNexus. Changed the version of the Nexus SDK being used from 4-2-1 to version
+
- NDPluginStats: Changes to allow centroid and profile calculations for 1-D arrays.
+ - NDPluginROI: Added new parameters AutoSize[X,Y,Z]. If these are true then the
+ size of the ROI in that dimension is automatically set to be the size of the input
+ array minus the Min[X,Y,Z] value. This allows the ROI plugin to be used for binning
+ or reversing in that dimension without having to change the ROI Size[X,Y,Z] when
+ the input array size changes.
+ - NDFileNexus: Changed the version of the Nexus SDK being used from 4-2-1 to version
4-3-0. Modified the files in this distribution to eliminate all compiler warnings
on Windows, Linux, and Darwin. Sent these changes back to the Nexus developers,
so hopefully they will be in the next Nexus release as well.