Skip to content

Commit 068573a

Browse files
committed
chore: update change log
1 parent 53fd010 commit 068573a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGES.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Version 0.11.0 - 2025-03-15
3+
## Version 0.11.0 - 2025-03-17
44

55
- (fix) Remove the `access` implementation from the FUSE driver.
66
There's no point here trying to be more clever than FUSE's
@@ -16,6 +16,11 @@
1616
- (fix) Avoid nested indentation due to `ronn-ng` bug. Fixes
1717
github #249.
1818

19+
- (fix) Don't link library against `jemalloc`. This fixes both
20+
issues with `pydwarfs` and issues building with `jemalloc`
21+
support on macOS. Only the binaries are now linked against
22+
`jemalloc`, which should be sufficient.
23+
1924
- (feat) Support case-insensitive lookups. Fixes github #232.
2025

2126
- (feat) Allow setting image size in FUSE driver. Fixes github

0 commit comments

Comments
 (0)