diff options
author | merakor <cem@ckyln.com> | 2020-07-23 08:26:45 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-07-23 08:26:45 +0000 |
commit | c4c676ecef28f9b7bc95eeadd62795bb5dca6420 (patch) | |
tree | 518e9287d5dc653e758a670da6c097c15397376b | |
parent | 3487b71db619ed8e7f4d0a04a6926ea312630707 (diff) | |
download | cpt-c4c676ecef28f9b7bc95eeadd62795bb5dca6420.tar.gz |
changelog: update
FossilOrigin-Name: d883274bd3d29240b0cb8e60f572052e5e3e01636ba52abc1fc1f86c10e7e5b4
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b73c173..f1bb697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ to [Semantic Versioning]. [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +UNRELEASED +-------------------------------------------------------------------------------- + +### Added +- Added optional `--download|-d` flags for `kiss [u]pdate` to only download + sources for the packages that needs an update. + +### Changed +- Changed behaviour for `kiss [d]ownload`. When it receives no arguments, it + downloads the sources for the working package directory, instead of + downloading packages with updates. +- Changed the code style and did some minor nitpicks for the C programs. + + 2.3.0 - 2020-07-16 -------------------------------------------------------------------------------- |