Skip to content

Commit

Permalink
add changelog (#379)
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Zocca <[email protected]>
  • Loading branch information
ocramz and Marco Zocca authored Mar 9, 2024
1 parent 428c2cb commit 89b13b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 89b13b9

Please sign in to comment.