aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7c404c..311bde7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,6 +41,11 @@ this project _somewhat_ adheres to [Semantic Versioning].
### Added
- `cpt-size` can now sort files based on size.
+- `$CPT_NOSTRIP` variable can now be set to 1 in order to disable package
+ stripping. Make sure to add `-g` to your CFLAGS in order to keep debugging
+ symbols.
+- `cpt-build` now accepts `-d` and `-S` options to enable `$CPT_DEBUG` and
+ `$CPT_NOSTRIP` respectively.
### Changed
- `cpt-update` is now re-entrant, meaning that it is no longer needed to run the
@@ -48,6 +53,9 @@ this project _somewhat_ adheres to [Semantic Versioning].
itself.
- The package manager now can handle circular dependencies and exit gracefully.
+### Fixed
+- Fixed the behaviour of `cpt bi` and `cpt cbi` by merging the flag usage.
+
### Library
- In order to get the `$deps` variable, one now has to use the new
`pkg_depends_commit()` function.