We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0cbdd commit a61551bCopy full SHA for a61551b
servant-server/CHANGELOG.md
@@ -3,6 +3,10 @@
3
4
* Add `err422` Unprocessable Entity
5
([#646](https://github.com/haskell-servant/servant/pull/646))
6
+* Changed `HasServer` instances for `QueryParam` and `QueryParam` to throw 400
7
+ when parsing fails
8
+ ([#649](6e77453b67dc164e5381fb867e5e6475302619a3))
9
+* Added `paramD` block to `Delayed`
10
11
* `Handler` is now an abstract datatype. Migration hint: change `throwE` to `throwError`.
12
([#641](https://github.com/haskell-servant/servant/issues/641))
0 commit comments