summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2020-08-14 12:29:40 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2020-08-14 12:29:40 (GMT)
commit6b347a8d97d225ac1ed951c7954afa1dd14aaecb (patch)
tree8855a4a99d438138fb4a196fda65b32958789f9a /release_docs
parent7524ead1e4dcf1080f0a837b39481898a6b6bacf (diff)
parentc6248cfb6975a6ecadf0259390247ce05dc13c4b (diff)
downloadhdf5-6b347a8d97d225ac1ed951c7954afa1dd14aaecb.zip
hdf5-6b347a8d97d225ac1ed951c7954afa1dd14aaecb.tar.gz
hdf5-6b347a8d97d225ac1ed951c7954afa1dd14aaecb.tar.bz2
Merge pull request #2753 in HDFFV/hdf5 from ~EPOURMAL/hdf5_ep:develop to develop
* commit 'c6248cfb6975a6ecadf0259390247ce05dc13c4b': Addresseda Dana's comments from the pull request. Fixed several typos in the comments found by Larry during the review. The H5DSis_scale function was updated to return "not a dimension scale" (0) instead of failing (-1), when CLASS or DIMENSION_SCALE attributes are not written according to Dimension Scales Specification (HDFFV-10436).
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 07c61e5..9cb9d53 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -742,7 +742,7 @@ New Features
High-Level APIs:
---------------
- -
+ -
C Packet Table API
------------------
@@ -1212,7 +1212,11 @@ Bug Fixes since HDF5-1.10.3 release
High-Level APIs:
------
- -
+ - The H5DSis_scale function was updated to return "not a dimension scale" (0)
+ instead of failing (-1), when CLASS or DIMENSION_SCALE attributes are
+ not written according to Dimension Scales Specification.
+
+ (EIP - 2020/08/12, HDFFV-10436)
Fortran High-Level APIs:
------