diff --git a/changelog.md b/changelog.md index a30badd..a1a300e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ ## next [????.??.??] +* Remove re-export of `Network.Wai.Parse.ParseRequestBodyOptions` from `Web.Scotty` and `Web.Scotty.Trans`. This is a type from `wai-extra` so exporting it is unnecessary. ### Breaking changes * Remove dependency on data-default class (#386). We have been exporting constants for default config values since 0.20, and this dependency was simply unnecessary.