From 87500911e02142fa7877f980818620042707ae5f Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 5 Mar 2024 08:28:40 +0100 Subject: Implement variable references --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.1