diff options
author | merakor <cem@ckyln.com> | 2021-02-04 10:11:35 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-02-04 10:11:35 +0000 |
commit | 63c4051197cfcad2231de6eb9874055d668f47df (patch) | |
tree | 53d3b3e340570e1dda7d763a5071bafe0ad56543 /CHANGELOG.md | |
parent | 37d93c5413b1025c8490b57edf2dea821320d2ca (diff) | |
parent | 8d5398a76eda8beec3e7458a1400b9a363afce3d (diff) | |
download | cpt-63c4051197cfcad2231de6eb9874055d668f47df.tar.gz |
Merge branch 'shellspec'
FossilOrigin-Name: 9f02ac446d6b0e692389a85882df0ff8b2ac54ea40c0f040c5c4dd1713456a21
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 |