aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2023-02-05 15:06:39 +0000
committermerakor <cem@ckyln.com>2023-02-05 15:06:39 +0000
commitf57308ff8e6dc8b643746c34097cd40b4dca73b3 (patch)
treef787d2bfd2cfc25f76184d41fbce96f4f390c292 /CHANGELOG.md
parent1f1154e1f198abc00c123f63a39d96aa7f58961f (diff)
parent46b2952a6d21628552f217d0904ae4f7b7a24de8 (diff)
downloadcpt-f57308ff8e6dc8b643746c34097cd40b4dca73b3.tar.gz
merge 7.0.1 release
FossilOrigin-Name: d8985dac8bc9ff179c4773fd62444d7dce10ee5b46787c737a2276d32ef21dca
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
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
--------------------------------------------------------------------------------