]> www.ginac.de Git - ginac.git/blobdiff - NEWS
lst now provides (read-only) iterator types, the use of which makes iterating
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 34b333b65049a5de74236336722c4f82482e21b5..59ba650a1b4610730059d8db049d27b6032888ab 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 This file records noteworthy changes.
 
+1.1.1 (<date>)
+* lst (and exprseq) provide iterators for read-only element access. For
+  sequential access this is one order faster than using op().
+
 1.1.0 (3 April 2003)
 * Removed deprecated macros is_ex_a, is_ex_exactly_a and friends for good.
 * The scalar_products mechanism allows the specification of an index dimension.