We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bcf48 commit 276f11bCopy full SHA for 276f11b
CHANGES.md
@@ -1,5 +1,18 @@
1
# Change Log
2
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
16
## Version 0.9.9 - 2024-04-30
17
18
- (fix) A bug introduced by an optimization to skip hashing of large
0 commit comments