]> www.ginac.de Git - ginac.git/blobdiff - NEWS
function_options::nparams is now always correctly initialized, even if no
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index e813ffd917888f0786968bc464c2b0b8ab12e44b..c9068a35016713fae498b067c6dcbb7f6ec65506 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
 This file records noteworthy changes.
 
-1.2.0 (<insert date>)
+1.3.0 (<insert date>)
+
+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<T> template class for the easy creation of user-defined
   algebraic classes.
 * Added support for (acyclic) visitors, to allow cleaner implementations of