From ae28a289117c566cb1e22509530a19df3e04419d Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 10 May 2004 10:26:39 -0500 Subject: [PATCH] [svn-r8499] Purpose: Updated with Data transformation feature. --- release_docs/RELEASE.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 08bae712f3..7b10c1b1c4 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.