diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html
index db9a93d..f3bd554 100755
--- a/documentation/areaDetectorReleaseNotes.html
+++ b/documentation/areaDetectorReleaseNotes.html
@@ -5,6 +5,26 @@
areaDetector Release Notes
+Release 1-2 (xxx-June-2008)
+
+ - Renamed asynParamBase to asynPortDriver.
+
- Renamed NDArrayBase to NDArrayDriver
+
- Renamed NDPluginBase to NDPluginDriver
+
- Renamed NDArrayBuff to NDArrayPool, now in NDArray.cpp.
+
- Renamed ADDriverBase to ADDriver
+
- Removed ADUtils
+
- The asynHandle interface in asyn was renamed to asynGenericPointer,
+ many changes to incorporate this.
+
- Removed separate readback parameters in drivers and template files
+
- Changed from mbbi/mbbo records to bi/bo records where possible now
+ that the asynInt32 interface supports bi/bo records.
+
- Base class constructor no longer initializes all asyn interfaces,
+ only the selected ones.
+
- NDArray pool is no longer global, each server creates its own pool if needed.
+
- Implemented real routines for writeInt32, writeFloat64, and writeOctet in asynPortDriver.cpp,
+ removed them from ADDriver.cpp where they were not needed.
+
+
Release 1-1 (10-May-2008)