From 6e3301a5387f19f5467706a4b1e7a304e04bd67f Mon Sep 17 00:00:00 2001 From: Rik Schennink Date: Tue, 14 Jan 2020 09:59:55 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a01ab0..1cd65bbf 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 4.9.4 + +- Fix problem with API querystring containing multiple quetionmarks. + + ## 4.9.3 - Fix problem where ending the class attribute on a space would throw an error.