diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html
index 9a1a94d..69873f2 100755
--- a/documentation/areaDetectorReleaseNotes.html
+++ b/documentation/areaDetectorReleaseNotes.html
@@ -68,6 +68,16 @@
Conversion to a different output data type.
+ Added new NDPluginOverlay plugin. This plugin adds graphic overlays to an image.
+ It replaces the "Highligh ROIs" function that was previously provided in the ROI
+ plugin. But it is much more general, and can be used to display multiple cursors,
+ user-defined boxes, etc.
+
+
+ Viewers
+
+ - Fixed a bug in the EPICS_AD_Viewer.java that required restarting the plugin if
+ it was told to start displaying before any frames had been acquired by the IOC.
Internals