From b24683b41a4216a8f8874dada33a6d0eeb5a1bbf Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 17 Jan 2024 10:09:31 +0900 Subject: [PATCH] fixing changelog --- wai-extra/ChangeLog.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/wai-extra/ChangeLog.md b/wai-extra/ChangeLog.md index c1955b467..c11ef9d7c 100644 --- a/wai-extra/ChangeLog.md +++ b/wai-extra/ChangeLog.md @@ -1,13 +1,10 @@ # Changelog for wai-extra -## 3.1.15 +## 3.1.14 -* Request parsing throws an exception rather than `error`ing [#964](https://github.com/yesodweb/wai/pull/964): +* Request parsing throws an exception rather than `error`ing [#972](https://github.com/yesodweb/wai/pull/972): * Add `RequestParseException` type and expose it from the `Network.Wai.Parse` module. * Behavior change : `parseRequestBody` and `parseRequestBodyEx` (exported from `Network.Wai.Parse`) throw `RequestParseException` rather than calling `error`. - -## 3.1.14.0 - * `defaultGzipSettings` now exported to not depend on `Data.Default` [#959](https://github.com/yesodweb/wai/pull/959) ## 3.1.13.0