]> www.ginac.de Git - ginac.git/blobdiff - NEWS
* Eliminated overloaded operator% for noncommunistic objects for good.
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 2e80bc4f36f462d43a0fd9a2a4f337a50b65d94b..de39569dc4c5dfd387273bdbadb26a5212dc41c4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ This file records noteworthy changes.
   dummy indices and checks the consistency of indices in sums.
 * sqrfree() factorization fixed and improved syntactically.
 * subs() works on matrices.
+* Fixed memory leak in expand().
+* Operator% for objects of class ncmul has gone.  Use operator* now for that
+  case too, which is much more natural.
 
 0.7.3 (28 February 2001)
 * Several bugfixes and minor performance tunings.