aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-23 13:02:23 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-23 13:02:23 +0200
commit50b197935ee39ac9efd472dd7b3de5e497db4ea4 (patch)
treec024fd1208f38d354a5f2ed9012900b428ec0f7e /CHANGELOG.md
parentea843ed1bcc863ba8aef8fa972ce0732f386e550 (diff)
Add config_subkeys
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7930672..3342642 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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.
+- `config_subkeys()` and `config_subkeys_for` have been added, to look up
+ subkeys defined in config files. These can help when you want to use a list
+ somewhere in your configuration.
### Changed