summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-10-02 16:58:41 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-10-02 16:58:41 (GMT)
commitedd0e463c48b187f560a17cb6f5ecdb86fca0f51 (patch)
treec91c397d5ade3473ddd62c23b032f33c53e58443 /release_docs
parentcf8510079fb42b1ae7aba58853c6e41266c87d23 (diff)
downloadhdf5-edd0e463c48b187f560a17cb6f5ecdb86fca0f51.zip
hdf5-edd0e463c48b187f560a17cb6f5ecdb86fca0f51.tar.gz
hdf5-edd0e463c48b187f560a17cb6f5ecdb86fca0f51.tar.bz2
[svn-r4510] Purpose:
Document bug fix.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5e7af1b..795d40c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -63,6 +63,8 @@ Bug Fixes since HDF5-1.4.2 Release
optimally when the dataset had unlimited dimensions. Dataset is read
in a single low-level I/O now, instead of being broken into separate
pieces internally.
+ * Fixed a bug where reading or writing chunked data which needed datatype
+ conversion could result in data values getting corrupted.
Documentation