Skip to content

Commit 276f11b

Browse files
committed
chore: update change log
1 parent f8bcf48 commit 276f11b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## Version 0.9.10 - 2024-05-30
4+
5+
- (fix) When cloning LZMA compressor objects, the LZMA filter options
6+
of the cloned instance would still point to an options object in the
7+
original instance. This could lead to LZMA errors when initializing
8+
a new compressor. Fixes github #224.
9+
10+
- (fix) Fetch range-v3 if no suitable version is found. Fixes github #221.
11+
12+
- (fix) Filter rules did not work correctly when input is root dir
13+
14+
- (fix) `duf` reports odd sizes due to using `bsize` instead of `frsize`
15+
316
## Version 0.9.9 - 2024-04-30
417

518
- (fix) A bug introduced by an optimization to skip hashing of large

0 commit comments

Comments
 (0)