From 13a734dd5eff31b9ee76181b3bfa9f879325229f Mon Sep 17 00:00:00 2001 From: Ryan Bergman Date: Sun, 18 Feb 2024 16:31:09 -0600 Subject: [PATCH] update docs --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 664fce25..034280f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 4.2.9 +* re-work request summary to be closer in reality to the actual request for multipart requests. + +## 4.2.8 +* populate the content type for non-binary multiparts +* added method to accept a form part with a ContentType type in addition to string + ## 4.2.7 * Changes to the json CoreFactory to allow for multiple different strategies for finding the JsonEngine in the classpath. * Allow setting a custom JsonFactory directly