diff --git a/CHANGELOG.md b/CHANGELOG.md index eb8b1f5e72..da491d044b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ This list is not intended to be all-encompassing - it will document major and breaking API changes with their rationale when appropriate: +### v4.34.0.2 +- **http4k-format-*** : Remove `Json` extension method on `MultipartFormField.Companion` due to problem in JUnit. Refix. + ### v4.34.0.1 - **http4k-format-*** : Remove `Json` extension method on `MultipartFormField.Companion` due to problem in JUnit.