summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-10-18 05:12:21 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-10-18 05:12:21 (GMT)
commit0b78905091a87002e788a22f94821ab16e045711 (patch)
treef86acf590097ae2218fbe208e225160514f69215 /release_docs
parent812b2a3f852d93e586e8415b1042b79471364cc5 (diff)
downloadhdf5-0b78905091a87002e788a22f94821ab16e045711.zip
hdf5-0b78905091a87002e788a22f94821ab16e045711.tar.gz
hdf5-0b78905091a87002e788a22f94821ab16e045711.tar.bz2
Update about C++ documentation
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1fa16a7..a440af9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -123,6 +123,12 @@ New Features
(BMR - 2017/10/17, HDFFV-10175)
+ - A document is added to the HDF5 C++ API Reference Manual to show the
+ mapping from a C API to C++ wrappers. It can be found from the main
+ page of the C++ API Reference Manual.
+
+ (BMR - 2017/10/17, HDFFV-10151)
+
High-Level APIs
---------------
@@ -223,7 +229,16 @@ Bug Fixes since HDF5-1.8.19
C++ API
-------
- - None
+ - Marked the following functions deprecated because they were moved to
+ class H5Object:
+ H5Location::createAttribute()
+ H5Location::openAttribute()
+ H5Location::attrExists()
+ H5Location::removeAttr()
+ H5Location::renameAttr()
+ H5Location::getNumAttrs()
+
+ (BMR - 2017/10/17)
High-Level APIs: