diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-12 21:11:51 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-12 21:11:51 (GMT) |
commit | 9f7f1f8a6b1f45fa5f2df4110aa1bb5709b333e7 (patch) | |
tree | f7750be6628af0bd57aa9d5fa370aedf11b12e0f /RELEASE | |
parent | 099f9e72c50c38133a3fb752f3af1d7faf0cf541 (diff) | |
download | hdf5-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-- | RELEASE | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ------------- |