aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-09 12:17:09 +0000
committermerakor <cem@ckyln.com>2020-05-09 12:17:09 +0000
commit1dd28319950e2eb0a1e30c9577a5c7b1ec790971 (patch)
treebe73813e87b3d8ee69676699065488bc45164734
parent2946e278d0a16a8759eff8364557985eccdc077b (diff)
downloadcpt-1dd28319950e2eb0a1e30c9577a5c7b1ec790971.tar.gz
changelog: update
FossilOrigin-Name: 6a384c30787357f6c6b0fbfd14ea0ec7c011685401d881810ed7e4668ae204cc
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89df0eb..fdaba99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,21 @@ 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
+----------
+
+### Added
+- Added a `d|download` option to acquire the sources of given packages. If no
+ packages are given, it acquires the sources of outdated packages. This can be
+ used to acquire a package's sources to build it later, or periodically downloading
+ outdated package sources, so the user doesn't wait for the download when updating
+ the system.
+
+### Changed
+- Simplified tarball extraction method.
+
+
1.20.3 - 2020-05-09
-------------------