From: Jens Vollinga Date: Fri, 23 Apr 2004 20:00:47 +0000 (+0000) Subject: Update X-Git-Tag: release_1-3-0~82 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=cba57b4ee358c971b75ecf989d7fcdd73c603f42 Update --- diff --git a/NEWS b/NEWS index a560063f..c9068a35 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,13 @@ This file records noteworthy changes. 1.3.0 () + +1.2.1 (23 April 2004) * Fixed infinite recursion in atan2_evalf() and improved atan2_eval(). * Added automatic evaluations for trigonometric functions with negative arguments (e.g. sin(-2) -> -sin(2)). * Fixed a static initialization order goof-up. +* Fixed various bugs in series expansion. 1.2.0 (19 March 2004) * Added a structure template class for the easy creation of user-defined