From 57bc128c85ed6c04a314ad126fb51850ed23dec3 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Sat, 16 Dec 2023 13:53:17 +0100 Subject: [PATCH] saving --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index dc8d63e..9341363 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,7 @@ Uncaught exceptions are handled by `scottyExceptionHandler`, resembling the existing behaviour * Deprecate `StatusError`, `raise` and `raiseStatus` (#351) * Add doctest, refactor some inline examples into doctests (#353) +* document "`defaultHandler` only applies to endpoints defined after it" (#237) ## 0.20.1 [2023.10.03]