From 739dc30323adbb93cfad1918eca4bb0f18b41359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 9 Jun 2024 10:12:32 +0200 Subject: [PATCH] changelog: env var substitution: fix issue reference Reference the issue, not the PR. --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c13106..9c0a0f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,10 @@ ## Unreleased ### Added -* environment variable substitution in config files ([#388][388]). +* environment variable substitution in config files ([#96][96]). + +[96]: https://codeberg.org/dnkl/yambar/issues/96 -[388]: https://codeberg.org/dnkl/yambar/issues/388 ### Changed