aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-04-02 09:32:25 +0200
committerPatrick Spek <p.spek@tyil.nl>2024-04-02 09:32:25 +0200
commit5ae54c278477e9d975410892d9f6b0995f9a2dcc (patch)
treeed10140a9e6dfda7301a9a4764b677c921f4427a /CHANGELOG.md
parent87500911e02142fa7877f980818620042707ae5f (diff)
Implement zap
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2f9903..157dc0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Configuration variables can be assigned values of other variables with the
`&=` assignment. This allows a single value to be re-used dynamically, rather
than having to explicitly set the same value several times.
+- A `zap` command has been added to remove a playbook from the registry without
+ running the playbook's `playbook_del()` function. This is intended to easily
+ remove registry entries when a playbook itself has been deleted or is
+ otherwise broken in a way that the regular `del` subcommand cannot fix.
### Fixed