]> www.ginac.de Git - ginac.git/blobdiff - NEWS
documentation update
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index db9c346f0b4bb0a8c3373ee7504149b5adcb08b4..a560063f5b3fbb6fbc35b5f11ee3f9f69a275748 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 This file records noteworthy changes.
 
 1.3.0 (<insert date>)
+* 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<T> template class for the easy creation of user-defined