]> www.ginac.de Git - ginac.git/blobdiff - NEWS
added basic::get_precedence()
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 2d6b662200e5131857b7a8be8e9af0e977d9d204..ddc96b3bc8d57115ea232433bae6148509bf932f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,11 @@ This file records noteworthy changes.
 * Added preliminary (re)implementations of color and clifford classes.
 * simplify_indexed(): contraction of symmetric and antisymmetric tensors
   is zero.
+* Replaced the various print*() member functions by a single print() that
+  takes a print_context object that determines the output formatting. This
+  should make it easier to add more output types.
+* Added functions to retrieve the properties stored in archive objects
+  outside of unarchive() (for printing or debugging purposes).
 * Some bugfixes (indexed objects, archive writing).
 
 0.8.0 (24 March 2001)