From 2dbdf879efd9c71684ef39e3c752beb409e63836 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Sat, 9 Mar 2024 22:21:10 +0100 Subject: [PATCH] add changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index ba6af5c..895fc3c 100644 --- a/changelog.md +++ b/changelog.md @@ -33,6 +33,7 @@ * Reverted the `MonadReader` instance of `ActionT` so that it inherits the base monad (#342) * Scotty's API such as `queryParam` now throws `ScottyException` rather than `StatusException`. Uncaught exceptions are handled by `scottyExceptionHandler`, resembling the existing behaviour +* When in 'verbose' mode any unhandled exceptions are printed to stderr as well (#374) ### Breaking changes * `File` type: the first component of the tuple is strict text now (used to be lazy prior to 0.21) (#370)