Skip to content

Commit 61daecd

Browse files
committed
Update changelog
1 parent aa683b0 commit 61daecd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Unreleased
2+
3+
* Support Unicode in filenames (encoded as UTF8).
4+
* Reduce peak memory consumption when unpacking large files.
5+
16
## 0.6.0.0 Bodigrim <[email protected]> December 2023
27

38
This release features support for long file paths and symlinks
@@ -11,7 +16,7 @@
1116
where possible.
1217
* Modules which used to `import Codec.Archive.Tar (Entry(..))` should now
1318
`import Codec.Archive.Tar (Entry, pattern Entry)` and similar for other `Gen`-types.
14-
Another option is import the entire module qualified.
19+
Another option is to import the entire module qualified.
1520
* Redesign `Codec.Archive.Tar.Check`.
1621
* Change types of `checkSecurity`, `checkTarbomb`, `checkPortability`.
1722
* Add offending path as new field to `TarBombError` constructor.

0 commit comments

Comments
 (0)