diff --git a/NEWS.md b/NEWS.md index a27b1dfb..82c967de 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ ## (IN PROGRESS) * Add boolean field `isRawHtml` to the staff-slip JSON Schema, and bump interface `staff-slips-storage` to new minor version 1.1 to indictate the existence of this field (CIRCSTORE-585) +* Add new Trigger `Hold request for item` to the notice enum (CIRCSTORE-620) ## 17.4.0 2025-03-12 * Upgrade to Java v21 (CIRCSTORE-576) diff --git a/ramls/patron-notice-policy.json b/ramls/patron-notice-policy.json index c42c7e4c..a467d73e 100644 --- a/ramls/patron-notice-policy.json +++ b/ramls/patron-notice-policy.json @@ -89,6 +89,7 @@ "Check out", "Manual due date change", "Item recalled", + "Hold request for item", "Aged to lost" ] },