]> www.ginac.de Git - ginac.git/blobdiff - NEWS
Fixed bug in series expansion of log.
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 0e28809ff76d0a16633fca351a0a3669f8128f5e..7760f40e55bbecb9f1e186048fa95b0769b115bb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,16 @@
 This file records noteworthy changes.
 
-1.2.0 (<insert date>)
+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)).
+
+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
   algebraic algorithms.
-* <iterators>
+* Added a const_iterator class that can be used instead of op()/nops().
 * Completely revamped the implementation of expression output. It is now
   possible to add new output formats, to change the behavior of predefined
   formats at run-time, and to have different output styles for algebraic