diff options
-rw-r--r-- | release_docs/RELEASE.txt | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ca9a88a..d712576 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -88,12 +88,7 @@ New Features C++ API ------- - - The following new features are added: - + Wrappers to get object's name - + Wrappers to get a child object's type from a group or file - + Wrappers for setting/getting transform property list - + Wrapper for setting size to compound datatype - + Additional wrapper to get comment as a char* + - None @@ -155,17 +150,7 @@ Bug Fixes since HDF5-1.8.13 C++ API ------ - - There are significant changes to the Attribute::getName member functions - + Removed H5std_string Attribute::getName(size_t buf_size) - + Overloaded Atribute::getName to take a char* for the attribute name: - ssize_t Attribute::getName(char* attr_name, size_t buf_size=0) - + Switched the arguments in this function: - ssize_t getName(size_t buf_size, H5std_string& attr_name) - so it became: - ssize_t getName(H5std_string& attr_name, size_t buf_size=0) - The second argument is then default to 0. - - Changed default value from 256 to 0 for two getComment methods - - Applied patches from user Jason Newton, where applicable. + - None High-Level APIs: ------ |