diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-05-10 15:26:39 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-05-10 15:26:39 (GMT) |
commit | ae28a289117c566cb1e22509530a19df3e04419d (patch) | |
tree | 1fdb9e9edaf27f2e591f0dc0e2836d052d6944b6 | |
parent | e7bfa8ebf7103e8ed91621055966363586d3ef71 (diff) | |
download | hdf5-ae28a289117c566cb1e22509530a19df3e04419d.zip hdf5-ae28a289117c566cb1e22509530a19df3e04419d.tar.gz hdf5-ae28a289117c566cb1e22509530a19df3e04419d.tar.bz2 |
[svn-r8499] Purpose:
Updated with Data transformation feature.
-rw-r--r-- | release_docs/RELEASE.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 08bae71..7b10c1b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -42,6 +42,7 @@ New Features Library: -------- + - New Feature of Data transformation is added. AKC - 2004/05/03. - New exception handler for datatype conversion is put in to replace the old overflow callback function. This exception handler is set through H5Pset_type_conv_cb function. |