Skip to content

Commit 3ba034c

Browse files
committed
chore: update change log
1 parent c477c89 commit 3ba034c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES.md

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

3+
## Version 0.7.5 - 2024-01-16
4+
5+
- (fix) Fix crash in the FUSE driver on Windows when tools like Notepad++
6+
try to access a file like a directory (presumably because this works in
7+
cases where the file is an archive). This is a Windows-only issue because
8+
the Linux FUSE driver uses the inode-based API, whereas the Windows driver
9+
uses the string-based API. While parsing a path in the string-based API,
10+
there was no check whether a path component was a directory before trying
11+
to descend further.
12+
313
## Version 0.7.4 - 2023-12-28
414

515
- (fix) Fix regression that broke section index optimization introduced

0 commit comments

Comments
 (0)