aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dcfa169..b589d75 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,11 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
-- `var` subcommand is now referenced in `usage()`.
+- The `var` subcommand is now referenced in `usage()`.
+- A `pkg` subcommand has been added, to allow for direct interaction with the
+ `pkg_*()` utilities provided by Bashtard.
### Changed
-- `ssh` subcommand should now only check for `ssh.host`, and show an appropriate
+- The `ssh` subcommand should now only check for `ssh.host`, and show an appropriate
warning if one is not set for a node.
- `svc_enable()` now checks for the `rc.d` file to exist before running `grep`
on it.