X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=NEWS;h=b6f609df95c2ee87083120e7d350973b14d90e98;hp=c9068a35016713fae498b067c6dcbb7f6ec65506;hb=bba767a9045e24989c9de04a4453e5bdf1069f6a;hpb=c734f9bb6a1ce0aad913aa19a56542d84d86c60d diff --git a/NEWS b/NEWS index c9068a35..b6f609df 100644 --- a/NEWS +++ b/NEWS @@ -292,8 +292,8 @@ This file records noteworthy changes. * 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) + - is_exactly_of_type(foo, type) -> is_exactly_a(foo) + - is_ex_exactly_of_type(foo, type) -> is_exactly_a(foo) - ex_to_foobar(baz) -> ex_to(baz) * rem(c, p[x], x) (c: numeric, p[x]: polynomial) erroneously returned p[x] instead of c.