summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2005-03-13 05:27:06 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2005-03-13 05:27:06 (GMT)
commitadf1bf1a482f73576fee1e797c4e68290a8e8dab (patch)
tree460946b34b0f53f5dae25242fad9ce04a2a6a7e5
parent28514444727922874920530e5ac7c3819b56efd8 (diff)
downloadhdf5-adf1bf1a482f73576fee1e797c4e68290a8e8dab.zip
hdf5-adf1bf1a482f73576fee1e797c4e68290a8e8dab.tar.gz
hdf5-adf1bf1a482f73576fee1e797c4e68290a8e8dab.tar.bz2
[svn-r10205] Purpose: Update release notes
Description: Added a note about removing class RefCounter from the C++ API.
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index c998aec..278dcee 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -60,6 +60,9 @@ New Features
C++ API:
--------
+ - Started using C library's reference counting in place of class
+ RefCounter, which existed before the C's was available. As the
+ result, RefCounter has been removed. 2005/03/12 BMR
Support for new platforms, languages and compilers.