diff --git a/NEWS b/NEWS index c1d780b50..7ee34085f 100644 --- a/NEWS +++ b/NEWS @@ -113,6 +113,7 @@ refer to all Guile's other header files as . Guile's installation procedure puts libguile.h in $(includedir), and the rest in $(includedir)/libguile. + * Guile's delq, delv, delete functions, and their destructive counterparts, delq!, delv!, and delete!, now remove all matching elements from the list, not just the first. This matches the behavior