diff options
author | merakor <cem@ckyln.com> | 2023-02-05 13:44:01 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2023-02-05 13:44:01 +0000 |
commit | c67fed385fe720fa65f234ec07609c226999461e (patch) | |
tree | b3938d807d3a3e7fe2b3a4238d0b1e62def26bf5 | |
parent | 1d8c311d19521f86a6221765b4a3992bf867813c (diff) | |
download | cpt-c67fed385fe720fa65f234ec07609c226999461e.tar.gz |
CHANGELOG: update
FossilOrigin-Name: 5f6ff8eafaec6b4f1fda29bbe6a477d38da8db307b84fcbd365facce65b48948
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3102485..3a4182c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ this project _somewhat_ adheres to [Semantic Versioning]. [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +[7.0.1] - 2023-02-05 +-------------------------------------------------------------------------------- + +### Fixed +- Made the `_tsort()` function compatible with POSIX +- Fixed dependency calculation issue in `pkg_depends()` where some packages + would be removed. +- Fixed `pkg_gentree()` not generating the dependency tree due to the dependency + calculation changes. + + [7.0.0] - 2023-01-31 -------------------------------------------------------------------------------- |