]> www.ginac.de Git - ginac.git/commitdiff
Updated NEWS.
authorJens Vollinga <vollinga@thep.physik.uni-mainz.de>
Wed, 19 Oct 2005 19:08:59 +0000 (19:08 +0000)
committerJens Vollinga <vollinga@thep.physik.uni-mainz.de>
Wed, 19 Oct 2005 19:08:59 +0000 (19:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9028019ea9e77c36b392642a64d57f09d0340b2c..306656f120d1e3d49bd52286ce139cc6a829fcf3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,16 @@
 This file records noteworthy changes.
 
 1.3.3 (<date>)
+* Fixed bug occuring in algebraic substitutions with expressions involving
+  indices.
+* Fixed bug that selected the wrong algorithm for determinants of purely
+  numeric matrices with at least one floating point element.
+* Fixed bug in function H that caused an infinite recursion for arguments
+  around +-I.
+* Fixed const-correctness in printing handler for GCC 4.0.2
+* Made lookup in adaptivesimpson precision-aware.
 * Added fsolve() numerical univariate real-valued function solver.
+* Small cleanups. Less warnings with latest GCC.
 
 1.3.2 (10 July 2005)
 * GCD avoids to produce expanded expressions.