commit 43aa8e48ac2359d035bf9405a68b75dbc22d7dc9 parent 50363b7aca8bb24e3bda644224eefc062fec528a Author: Cem Keylan <cem@ckyln.com> Date: Thu, 23 Jul 2020 11:26:46 +0300 changelog: update Diffstat:
M | CHANGELOG.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git 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 --------------------------------------------------------------------------------