From: Richard Kreckel Date: Mon, 13 Dec 1999 19:31:34 +0000 (+0000) Subject: - Brought to the 0.4.1-level. X-Git-Tag: release_0-5-0~93 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=d130c986380d900930892e4995b686d5b328b8bd - Brought to the 0.4.1-level. --- diff --git a/NEWS b/NEWS index a7aac8f9..16cd9db5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,17 @@ This file records noteworthy changes. -0.4 (26 November 1999) -* First release +0.4.0 (26 November 1999) +* First public release + +0.4.1 (13 December 1999) +* Series Expansion of Gamma function and some other trigonometric + functions at their poles works now. +* Many more evaluations of special functions at points where + exact results exist. +* info_flags::rational doesn't return true for complex extensions + any more---use info_flags::crational for the old behaviour. + info_flags::integer and -::cinteger work similarly, the same + holds for types like info_flags::rational_polynomial. + + +