]> www.ginac.de Git - ginac.git/blobdiff - NEWS
- power::eval(): for the case (b_n/b_d)^(e_n/e_d) we now check separately
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 61658056b4acf234b078297ab49f2511eb582bbf..2d61835837ade60ae89b047ae7726ec7f5727912 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 This file records noteworthy changes.
 
 This file records noteworthy changes.
 
+0.9.2 (<insert date here>)
+* Epsilon tensor is more functional.
+
 0.9.1 (27 June 2001)
 * Ctors of class numeric are not explicit any more.  All built-in callers for
   pseudofunctions are now templated and default to ex arguments which relaxes
 0.9.1 (27 June 2001)
 * Ctors of class numeric are not explicit any more.  All built-in callers for
   pseudofunctions are now templated and default to ex arguments which relaxes
@@ -33,6 +36,7 @@ This file records noteworthy changes.
 * rem(c, p[x], x) (c: numeric, p[x]: polynomial) erroneously returned p[x]
   instead of c.
 * Small bugfixes in pattern matching.
 * rem(c, p[x], x) (c: numeric, p[x]: polynomial) erroneously returned p[x]
   instead of c.
 * Small bugfixes in pattern matching.
+* Updated libtool to version 1.4.
 
 0.9.0 (7 June 2001)
 * In the output and in ginsh, lists are now delimited by { } braces, and
 
 0.9.0 (7 June 2001)
 * In the output and in ginsh, lists are now delimited by { } braces, and