From 706f0d5316f314637f1bb3403f5123c07b611726 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Wed, 16 Mar 2022 10:18:59 +0100 Subject: [PATCH] docs: Add parseContentType changes --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4386be0e2..f8f578f2a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -19,7 +19,7 @@ The following changes are relevant for v3 custom configs that replaced certain f ### Interface changes These changes are relevant if you wrote custom modules for the server that depend on existing interfaces. -- ... +- The output of `parseContentType` in `HeaderUtil` was changed to include parameters. ## v3.0.0 ### New features