@@ -19,7 +19,7 @@ the EXAMPLE_RELEASE_PATHS.local, EXAMPLE_RELEASE_LIBS.local, and EXAMPLE_RELEASE
1919files respectively, in the configure/ directory of the appropriate release of the
2020[ top-level areaDetector] ( https://github.com/areaDetector/areaDetector ) repository.
2121
22- ## __ R3-14 (April XXX, 2024)__
22+ ## __ R3-14 (November XXX, 2024)__
2323
2424### asynNDArrayDriver and NDPluginBase.template
2525 * Added support for pre-allocating NDArrays.
@@ -67,6 +67,16 @@ files respectively, in the configure/ directory of the appropriate release of th
6767 - ArrayRate_RBV is updated, so the number of frames/s being written is visible.
6868 - NumCaptured_RBV counts down from NumCaptured to 0, so the number
6969 of remaining frames is visible.
70+ ### NDFileTIFF
71+ * Fixed a bug introduced in R3-8.
72+ Integer attributes smaller than Int64 might not be correctly written to the file.
73+ ### NDPluginROIStat
74+ * Added the ability to clear the time series data without starting a new acquisition.
75+ ### myAttributeFunctions.cpp
76+ * Added code to create NDAttributes of all numeric data types.
77+ * These were used to test the fix to NDFileTIFF, and can be generally useful.
78+ ### Documentation
79+ * Removed the documentation/ directory, which was obsolete.
7080
7181
7282## __ R3-13 (February 9, 2024)__
0 commit comments