summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>2000-06-08 15:17:27 (GMT)
committerRobb Matzke <matzke@llnl.gov>2000-06-08 15:17:27 (GMT)
commit7b6795cf3d1affb2708b63a5be7554b30ce755b0 (patch)
treeee3239938fd1bb6528aa3fed7fdc466a1846b0a9 /RELEASE
parenteb60599a779b60983ebc462b565cecbb8686cd63 (diff)
downloadhdf5-7b6795cf3d1affb2708b63a5be7554b30ce755b0.zip
hdf5-7b6795cf3d1affb2708b63a5be7554b30ce755b0.tar.gz
hdf5-7b6795cf3d1affb2708b63a5be7554b30ce755b0.tar.bz2
[svn-r2371] Added note for struct(opt) fix.
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index 837473b..2aaab70 100644
--- a/RELEASE
+++ b/RELEASE
@@ -72,6 +72,11 @@ Library
* QAK - 4/19/00 - Improved metadata hashing & caching algorithms to avoid
many hash flushes and also remove some redundant I/O when moving metadata
blocks in the file.
+ * The "struct(opt)" type conversion function which gets invoked for
+ certain compound datatype conversions was fixed for nested compound
+ types. This required a small change in the datatype conversion
+ function API.
+
Configuration
-------------