From fa4bef43c58a9342d864ae465e2e627b5ee7caca Mon Sep 17 00:00:00 2001 From: Graham Ashton Date: Thu, 4 Apr 2024 13:27:38 +0100 Subject: [PATCH] Add Matthew's config var fix to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbaa696d..1a608ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ which is one of Nesta's dependencies. This is understandable; Ruby 2.7 reached end-of-life in March 2023. (Graham Ashton) + * Bug fix: Config variables that were defined for an environment (test, + dev, production), but for which there was no default, were always read + as nil. (Matthew Bass) + ## 0.15.0 (11 July 2023) * Upgrade to Sinatra 3. (Graham Ashton)