summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2019-02-16 06:47:47 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2019-02-16 06:47:47 (GMT)
commit6c212353c45ef84b5c977c6019e4d72263534aea (patch)
tree23007001fbb0ce626de732dc9fa24a0712d46f88 /release_docs/RELEASE.txt
parentf2f890fd8292fb8db1d42e3844f8bc65bccf6453 (diff)
downloadhdf5-6c212353c45ef84b5c977c6019e4d72263534aea.zip
hdf5-6c212353c45ef84b5c977c6019e4d72263534aea.tar.gz
hdf5-6c212353c45ef84b5c977c6019e4d72263534aea.tar.bz2
Code improvement
Description: Removed dead code and accidentally leftover code Platforms tested: Linux/64 (jelly) - very minor
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8423981..879c3f3 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -167,10 +167,10 @@ New Features
C++ Library:
------------
- - Added a wrapper for H5Ovisit2
+ - Added new function to the C++ interface
- // Recursively visit elements reachable from this object.
- void visit(H5_index_t idx_type, H5_iter_order_t order, visit_operator_t user_op, void *op_data, unsigned int fields);
+ Added wrapper for H5Ovisit2:
+ H5Object::visit()
(BMR - 2019/02/14, HDFFV-10532)