summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-04-12 21:11:51 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-04-12 21:11:51 (GMT)
commit9f7f1f8a6b1f45fa5f2df4110aa1bb5709b333e7 (patch)
treef7750be6628af0bd57aa9d5fa370aedf11b12e0f /RELEASE
parent099f9e72c50c38133a3fb752f3af1d7faf0cf541 (diff)
downloadhdf5-9f7f1f8a6b1f45fa5f2df4110aa1bb5709b333e7.zip
hdf5-9f7f1f8a6b1f45fa5f2df4110aa1bb5709b333e7.tar.gz
hdf5-9f7f1f8a6b1f45fa5f2df4110aa1bb5709b333e7.tar.bz2
[svn-r2126] Documented change to H5Aiterate and H5A_operator_t for next release.
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index 268294f..3318cf3 100644
--- a/RELEASE
+++ b/RELEASE
@@ -62,6 +62,8 @@ Library
* Fixed another H5Giterate bug which was causes groups with large numbers
of objects in them to misbehave when the callback function returned
non-zero values.
+ * Changed return type of H5Aiterate and H5A_operator_t typedef to be
+ herr_t, to align them with the dataset and group iterator functions.
Configuration
-------------