diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html
index 168cec9..311eef2 100755
--- a/documentation/areaDetectorReleaseNotes.html
+++ b/documentation/areaDetectorReleaseNotes.html
@@ -74,12 +74,29 @@
Plugins
- - NDPluginFile. Added 2 new records, WriteStatus and WriteMessage to display status
- of file writing operations. Write status is a bi record with values "WriteOK" (0)
- and "WriteError" (1). WriteMessage is a waveform record containing a string with
- any error messages. The NDFilePlugin base class now updates these records for each
- file open or file write operation. All of the file plugin medm screens have been
- updated to display these new PVs.
+ - NDPluginFile.
+
+ - Added 2 new records, WriteStatus and WriteMessage to display status of file writing
+ operations. Write status is a bi record with values "WriteOK" (0) and "WriteError"
+ (1). WriteMessage is a waveform record containing a string with any error messages.
+ The NDFilePlugin base class now updates these records for each file open or file
+ write operation. All of the file plugin medm screens have been updated to display
+ these new PVs.
+
+
+ - NDFileTIFF.
+
+ - Previously TIFF files were being written without the SampleFormat TIFF tag. This
+ meant that the file Previously TIFF files were being written without the SampleFormat
+ TIFF tag. This meant that the file did not distinguish between signed and unsigned
+ integers, and floating point TIFF files were not supported. Some readers, notably
+ the Python Imaging Library (PIL), do not recognize 32-bit TIFF files unless they
+ contain the SampleFormat tag.
+ - Added the SampleFormat TIFF tag, and added support for 32-bit and 64-bit floating
+ point arrays. 2, Float64). IDL can read TIFF files with all of these data types.
+ ImageJ can read all except Float64. PIL can read all except Int8, UInt32, and Float64.
+
+
- NDFileNexus.
- Fixed a bug which caused the plugin to crash with the example iocSimDetector/NexusTemplate.xml