From f3008bb0a8a8d8e8764dde54a05451331c4df85f Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 4 Jan 2024 11:39:09 +0100 Subject: Fix values with = being used for templating --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.1