]> www.ginac.de Git - ginac.git/blobdiff - NEWS
Patch by Stefan Weinzierl that fixes a bug in series expansion.
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index dbbc7334df3cb873a5a9205d708ee47807a30376..d92cb439b2034d04390c007f58da48a2a9ed6a24 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,23 @@
 This file records noteworthy changes.
 
-1.3.6 (<date>)
-* Better worst case behavior in heuristic gcd [Alexei Sheplyakov].
-* ...<please continue here>...
+1.3.8 (<date>)
+
+* Drop support of ginac-config and ginac.m4. Please use pkg-config instead.
+
+1.3.7 (05 February 2007)
+* Fixed bug in expansion of power.
+* Fixed bugs in functions S() (infinite loop), H() and zeta() (wrong results).
+* Rebuilt bison related files with bison version 2.3 (fixes parse error bugs).
+* Improved power::eval().
+* Improved libreadline detection.
+
+1.3.6 (13 December 2006)
+* Better worst case behavior in heuristic gcd.
+* Improved collecting for sparse multivariate polynomials.
+* Improved collect_common_factors.
+* Fixed bug in numerical evaluation of multiple polylogs.
+* Fixed numerical integration of complex functions.
+* Fixed bug in tensor::replace_contr_index().
 
 1.3.5 (17 August 2006)
 * Re-built bison related files that caused bugs with gcc 4.