From 7fbbee93e2815ee51bbe52530964a0a62c3a9274 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Thu, 7 Jul 2016 08:25:44 +0200 Subject: [PATCH] Release notes for UploadVerifyUpload hook (8f2acfcd) Change-Id: Ic8c79e7c56c747795b59a05c2cae1e5ca59e417f --- RELEASE-NOTES-1.28 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index d0bb57f609..9281a96ac8 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -22,6 +22,9 @@ production. * Added a new hook, 'UserIsBot', to aid in determining if a user is a bot. * Added a new hook, 'ApiMakeParserOptions', to allow extensions to better interact with API parsing. +* Added a new hook, 'UploadVerifyUpload', which can be used to reject a file + upload. Unlike 'UploadVerifyFile' it provides information about upload comment + and the file description page, but does not run for uploads to stash. === External library changes in 1.28 === -- 2.20.1