From: Christian Bauer Date: Mon, 19 Apr 2004 18:59:28 +0000 (+0000) Subject: documentation update X-Git-Tag: release_1-3-0~84 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=3fc32c7824dee9508a5286f1b121734084c8bdfb;ds=sidebyside documentation update --- diff --git a/NEWS b/NEWS index 7760f40e..a560063f 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ This file records noteworthy changes. * 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. 1.2.0 (19 March 2004) * Added a structure template class for the easy creation of user-defined