diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-03-16 15:42:33 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-03-16 15:42:33 (GMT) |
commit | dda1e103a527eeb747ce6fba9aefe14c11d799c5 (patch) | |
tree | 043af4cd4de67587805167b38720d24880372dcc /release_docs | |
parent | 7aa4eb1b04014f1ad7e1c857ca6509aeeb6c0ae7 (diff) | |
download | hdf5-dda1e103a527eeb747ce6fba9aefe14c11d799c5.zip hdf5-dda1e103a527eeb747ce6fba9aefe14c11d799c5.tar.gz hdf5-dda1e103a527eeb747ce6fba9aefe14c11d799c5.tar.bz2 |
Fixed HDFFV-10151
Description:
Added a document to the HDF5 C++ API Reference Manual to show the
mapping from a C API to C++ wrappers.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e6fd8d3..caf53fc 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -231,6 +231,12 @@ New Features (BMR - 2018/03/11, HDFFV-10149) + - 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) + Java Library: ---------------- |