chore: update change log

This commit is contained in:
Marcus Holland-Moritz 2025-03-17 13:37:58 +01:00
parent 53fd010da2
commit 068573a457

View File

@ -1,6 +1,6 @@
# Change Log
## Version 0.11.0 - 2025-03-15
## Version 0.11.0 - 2025-03-17
- (fix) Remove the `access` implementation from the FUSE driver.
There's no point here trying to be more clever than FUSE's
@ -16,6 +16,11 @@
- (fix) Avoid nested indentation due to `ronn-ng` bug. Fixes
github #249.
- (fix) Don't link library against `jemalloc`. This fixes both
issues with `pydwarfs` and issues building with `jemalloc`
support on macOS. Only the binaries are now linked against
`jemalloc`, which should be sufficient.
- (feat) Support case-insensitive lookups. Fixes github #232.
- (feat) Allow setting image size in FUSE driver. Fixes github