diff options
author | merakor <cem@ckyln.com> | 2020-05-06 19:11:05 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-05-06 19:11:05 +0000 |
commit | 6204a6708b8fd03d68084e247347614bf3f43682 (patch) | |
tree | a6d15863413b171145f8273ff4f91cde680300cc | |
parent | 107e46bb040f761d365f25a20611d658bd6a92bf (diff) | |
download | cpt-6204a6708b8fd03d68084e247347614bf3f43682.tar.gz |
changelog: update
FossilOrigin-Name: 672a98c73af96ceee94355bc85eb5fd0515258e3d5921301d5e468f340325419
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 622b132..c52e27b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ this project _somewhat_ adheres to [Semantic Versioning]. UNRELEASED ---------- +### Added +- Added `kiss-reporevdepends` for finding all the packages on the repository that depends + on the specified package. + ### Changed - Removed the `-p` flag from tar while installing packages. busybox ignores it and we don't need it. @@ -18,7 +22,8 @@ UNRELEASED and extraction ### Fixed -- Fixed the output of docstrings in kiss +- Fixed the output of docstrings in contrib scripts. +- `kiss` now ignores the binary programs in the repository for `kiss extensions`. 1.18.0 - 2020-05-04 |