summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 965b98d..2658664 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -330,7 +330,8 @@ Bug Fixes since HDF5-1.10.4 release
- Fixed memory leak in scale offset filter
The data buffer was not freed in a special case like the general case.
- It caused the memory usage to grow.
+ The special case is when the MinBits is the same as the number of bits in
+ the datatype's precision. It caused the memory usage to grow.
(RL - 2019/3/4, HDFFV-10705)