aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-03-05 08:28:40 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-04-02 09:25:04 +0200
commit87500911e02142fa7877f980818620042707ae5f (patch)
treed5e0b7f2bc29872da53e0407e676439b119e5e50 /CHANGELOG.md
parentca33873ad616bdb4d38cd9e15aa184d1ab2aba05 (diff)
Implement variable references
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 407e62d..e2f9903 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [UNRELEASED]
+### Added
+
+- 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.
+
### Fixed
- Passing an empty string as default value to `config` should now properly