X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=NEWS;h=e62d07386a8be0560beea6c81509f523ed1c6268;hb=14937d28417386b405301c1d47fac257668cd731;hp=f8902a6092a378f076fcff87a1db9d8e68ad388f;hpb=caabe6ff752d0343caff4340725352e7fbd6dc56;p=ginac.git diff --git a/NEWS b/NEWS index f8902a60..e62d0738 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,12 @@ This file records noteworthy changes. * Generalized map() to take a function object instead of a function pointer. This allows passing an arbitrary number of additional state to the function being called. +* Supplement some (now deprecated) macros by inlined template functions: + - is_of_type(foo, type) -> is_a(foo) + - is_ex_of_type(foo, type) -> is_a(foo) + - is_exaclty_of_type(foo, type) -> is_exaclty_a(foo) + - is_ex_exaclty_of_type(foo, type) -> is_exaclty_a(foo) + - ex_to_foobar(baz) -> ex_to(baz) 0.9.0 (7 June 2001) * In the output and in ginsh, lists are now delimited by { } braces, and