summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 614380e..a959fa9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -258,6 +258,14 @@ Bug Fixes since HDF5-1.14.0 release
===================================
Library
-------
+ - Fixed an issue where an assert statement was converted to an
+ incorrect error check statement
+
+ An assert statement in the library dealing with undefined dataset data
+ fill values was converted to an improper error check that would always
+ trigger when a dataset's fill value was set to NULL (undefined). This
+ has now been fixed.
+
- Fixed an assertion failure when attempting to use the Subfiling IOC
VFD directly