diff options
author | merakor <cem@ckyln.com> | 2023-02-05 17:23:37 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2023-02-05 17:23:37 +0000 |
commit | f690bec61c361ddd0a6c60bb1551f3ca424591e6 (patch) | |
tree | 8b80cd20b7f4155d901697967b4c8d2ec7cb3bfc | |
parent | 74b5020d4588bb5a6feb8b0c0774052d54ad6cbf (diff) | |
download | cpt-f690bec61c361ddd0a6c60bb1551f3ca424591e6.tar.gz |
CHANGELOG: update
FossilOrigin-Name: 8af416e9782011623aee70948ab3fabe64ec49601645d7710379b553467ef48a
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4182c..e7ee439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ this project _somewhat_ adheres to [Semantic Versioning]. [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +[7.0.2] - 2023-02-05 +-------------------------------------------------------------------------------- + +### Fixed +- Fixed a bug that caused extra dependencies being added to the later packages + during multi-package build operations. +- Fixed file attribute issue with the `_tmp_cp()` function causing modified + dependency files to receive `600` permission bits. + + [7.0.1] - 2023-02-05 -------------------------------------------------------------------------------- |