summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-12-13 16:33:33 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-12-13 16:33:33 (GMT)
commit88e514a6e51d0e3fedd855f7b2fbff74f1b5c802 (patch)
treea2e4bf1cf396bc76f690ed47c278d328bb339f0d /release_docs
parentc71556168c3111c698b39ef29d6ab31c4294298b (diff)
downloadhdf5-88e514a6e51d0e3fedd855f7b2fbff74f1b5c802.zip
hdf5-88e514a6e51d0e3fedd855f7b2fbff74f1b5c802.tar.gz
hdf5-88e514a6e51d0e3fedd855f7b2fbff74f1b5c802.tar.bz2
HDFVIEW-4 add H5A read/write functions to match H5D
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2196672..59f1944 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -150,7 +150,15 @@ New Features
Java Library:
----------------
- -
+ - Duplicate the data read/write functions of Datasets for Attributes.
+
+ Region references could not be displayed for attributes as they could
+ for datasets. Datasets had overloaded read and write functions for different
+ datatypes that were not available for attributes. After adding similar
+ functions, attribute region references work normally.
+
+ (ADB - 2018/12/12, HDFVIEW-4)
+
Tools:
------