diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html
index 15b8aef..6142836 100755
--- a/documentation/areaDetectorReleaseNotes.html
+++ b/documentation/areaDetectorReleaseNotes.html
@@ -6,9 +6,22 @@
areaDetector Release Notes
-Release 1-0beta1 (21-Mar-2008)
+Release 1-1 (6-May-2008)
- - Initial release, not nearly complete or debugged yet.
+
- Major rewrite. Converted device drivers and plugins from C to C++ with
+ C++ base classes that handle many of the details of asyn and of
+ callbacks and threading for plugins.
+
- Everything except device drivers and top-level EPICS databases and
+ channel access clients are now fully N-dimensional, not restricted to
+ 2-D.
+
- NDPluginFile now uses netCDF format, which is a portable self-describing
+ binary file format.
+
- Added NDPluginROI which implements region-of-interest.
+
+
+Release 1-0 (11-Apr-2008)
+
+ - Initial release, still many things remaining to be done.