aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-01-04 11:39:09 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-01-04 11:39:09 +0100
commit3675d3806f772bf864446dc091b1bbbe6ebf233a (patch)
treed70ff4b0684223a3c29a0bc101cdfb2993003c7c /CHANGELOG.md
parent6d214faf3505f9bb065e6c75b9056c271ae68f79 (diff)
Fix values with = being used for templating
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0512a1d..32df072 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [Unreleased]
+
+### Fixed
+
+- Configuration values with `=` in their value part should now work properly
+ with `file_template`. Keys with `=` in them are still *not supported*.
+
## [2.0.1] - 2023-09-25
### Added