summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2020-04-19 13:47:34 +0200
committerFlorian Pritz <bluewind@xinu.at>2020-04-19 13:55:45 +0200
commitac934ca94370f5204319f88eef0a7747fe7e133a (patch)
treeaadc36591663cb706f4b208491b3ceed5e6abc55 /NEWS
parentddf6734dfeac65babf096a3147338f54d712b6e3 (diff)
Reclassify various exceptions as UserInputException
These are errors that a user can correct themselves so we should classify them accordingly. That way they get the correct HTTP status code and they also get ignored by the logging code. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ca67c6f6a..94adab041 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ This file lists major, incompatible or otherwise important changes, you should l
NEXT
- Log PublicApiException to error log
+ - Reclassify various user input exceptions
3.4.3 2019-12-07
- PHP 7.4 compatibility fixes