]> www.ginac.de Git - ginac.git/blobdiff - NEWS
symbol.cpp: shut up useless warnings
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index f42c50880f75ef9f0df3c3a037f89079e6091139..d2891a3626f9eb949887dce988f13b8639272ea4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 This file records noteworthy changes.
 
-1.4.0 (<date>)
+1.5.0 (<date>)
+* Improved lsolve() of systems containing non-numeric coefficients.
+
+1.4.0 (31 August 2007)
 * New tinfo mechanism.
 * Removed rtt from class symbol.
 * Faster archiving by adding a map from strings to indices in the atoms vector.
@@ -17,7 +20,7 @@ This file records noteworthy changes.
 * New flag for positive symbols/numbers, added possymbol class.
 * Added programming examples in doc/examples
 
-1.3.8 (<date>)
+1.3.8 (28 August 2007)
 * Drop support of ginac-config and ginac.m4. Please use pkg-config instead.
 * atan2(y,x) branch cut correction.
 * Fixed bug in series expansion.