diff --git a/NEWS b/NEWS index 83788adc7..36b83f254 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,14 @@ downright unusable (e.g., ), non-conforming (e.g., ), or buggy (e.g., ). +** GOOPS: Introduce new forms method* and define-method* + +The module (oop goops) now exports method* and define-method* which are +the counterparts of lambda* and define* in they provide support for +advanced argument handling such as optional and keyword arguments. The +implementation fully supports (next-method) calls, also for keyword +arguments. The new syntax is documented in the Guile Reference manual. + * Changes to the distribution * Bug fixes