aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-28 08:32:34 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-04-02 09:25:04 +0200
commitca33873ad616bdb4d38cd9e15aa184d1ab2aba05 (patch)
tree164a232bd917c48efeb150f61ff5d713878bf82d /CHANGELOG.md
parent7c970a5c40b1b273242700b7298bd128869b5756 (diff)
Fix empty default values
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b443386..407e62d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
<!--
-SPDX-FileCopyrightText: 2023 Patrick Spek <p.spek@tyil.nl>
+SPDX-FileCopyrightText: 2024 Patrick Spek <p.spek@tyil.nl>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
@@ -11,6 +11,14 @@ 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
+
+- Passing an empty string as default value to `config` should now properly
+ return an empty string without a warning about the configuration key not
+ existing.
+
## [2.0.2] - 2024-02-28
### Fixed