Skip to content

Commit e07eba1

Browse files
authored
Merge pull request #702 from jamesmudd/prepare-v0.9.4
Update CHANGES.md
2 parents 1bd06a8 + 0c800e8 commit e07eba1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# jHDF Change Log
22

3-
## v0.9.4 - April 2025
4-
- Fix: thread-safety of FileChannelFromSeekableByteChannel added via ReentrantLock
5-
- Add: `HdfFile(FileChannel chennel)` constructor for custom FileChannel providers
3+
## v0.9.4 - May 2025
4+
- Fix thread-safety of `FileChannelFromSeekableByteChannel` added via `ReentrantLock`. Thanks to @thomas-reimonn
5+
- Add `HdfFile(FileChannel chennel)` constructor for custom FileChannel providers. Thanks to @thomas-reimonn
66

77
## v0.9.3 - April 2025
88
- Add support for slicing of chunked datasets. This allows accessing portions of large, chunked datasets using `getData(offset, length)`. Thanks to @thomas-reimonn https://github.com/jamesmudd/jhdf/issues/52

0 commit comments

Comments
 (0)