diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9445f59..8669f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,15 @@ UNRELEASED ### Added - Added basic installation instructions to an `INSTALL` file. +- Added code coverage and unit tests using `shellspec`. ### Changed - All `src` scripts now exit with success after being called with `--help`. - Minor optimizations on `contrib` scripts. +- Huge speed improvement on `cpt-export` + +### Fixed +- Fixed `cpt-cat` not using the `CPT_ROOT` value. ### Removed - Removed C binaries `cpt-readlink` and `cpt-stat` and instead replaced them |