From f9cdb065b8c179a1a0f0bf59fd7273b1a807ab07 Mon Sep 17 00:00:00 2001 From: Giedrius Grabauskas <43740166+Grabauskas@users.noreply.github.com> Date: Mon, 6 May 2024 09:00:19 +0000 Subject: [PATCH] 2024-05-01 changelog added --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e13a590..9ac82a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog -## 2024-05-06 +## 2024-05-01 -### Added +### Fixes -- Changelog page created. \ No newline at end of file +#### Some clients escape all forward slashes with a backslash. + +Fundaments standard libraries removed those escape characters without the developer being aware of it. +But the DRC->content (inhoud) field is handled differently because its contents can be very large. The escape characters remained inn that field, resulting in errors. This has now been solved so that escape characters are also removed in the inhoud field.