]> www.ginac.de Git - ginac.git/blobdiff - NEWS
Fixed bug in series expansion
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 0e28809ff76d0a16633fca351a0a3669f8128f5e..db9c346f0b4bb0a8c3373ee7504149b5adcb08b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,13 @@
 This file records noteworthy changes.
 
-1.2.0 (<insert date>)
+1.3.0 (<insert date>)
+
+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