From a3c77cb8dabfd75a9ca5a383058b7fc4a7437e57 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 25 Nov 2024 21:44:06 +0100 Subject: [PATCH] Update NEWS --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) 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