diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8656c19..14b83b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support parsing [device] block size argument with SI suffix. - Add a write-up on the on-disk format. +### Changed +- For better compatibility, sqfs2tar appends `/` to directory names. (#37) + ### Fixed - Include sys/sysmacros.h on any GNU libc platform. |