diff options
author | merakor <cem@ckyln.com> | 2020-05-05 20:36:14 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-05-05 20:36:14 +0000 |
commit | 91dbaeac6abb2f7f3879650a1b87bc0d0ef3cb87 (patch) | |
tree | 9b6c306bdb9eb1e17f86b0713b8b9c5174a55d08 | |
parent | da9c56b4b017d3e352cab120c492304020cf8fa4 (diff) | |
download | cpt-91dbaeac6abb2f7f3879650a1b87bc0d0ef3cb87.tar.gz |
changelog: update
FossilOrigin-Name: b1c36a73b7eb680d343bf1c2d8e8c67fabaccfff05f98b43a9be4eefd6d75b29
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a28853..4e86385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ this project _somewhat_ adheres to [Semantic Versioning]. [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +UNRELEASED +---------- + +### Changed +- Removed the `-p` flag from tar while installing packages. busybox ignores it and we + don't need it. +- Replaced tar flags with keys for historical compatibility. +- `kiss` now decompresses a tarball once and uses the decompressed tarball for listing + and extraction + + 1.18.0 - 2020-05-04 ------------------- |