From bc974df47a261d961b0dc8bc371dd9833cd8a106 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine Date: Mon, 11 Mar 2024 14:43:39 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b131045..f1ae431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - avoid warnings with PHP 8.2: explicitly declare some properties (courtesy @HLFH) +- improve error message when not configured properly, in particular + when the Roundcube location has not been set. + ## [1.0.2] - 2023-03-24 ### Added