[svn-r8499] Purpose:

Updated with Data transformation feature.
This commit is contained in:
Albert Cheng 2004-05-10 10:26:39 -05:00
parent e7bfa8ebf7
commit ae28a28911

View File

@ -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.