]> www.ginac.de Git - ginac.git/blobdiff - NEWS
synced to 1.1
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 433dfe5b28522fb167469e7621701270e3e8f719..7d82b1630c72caf9e8246993aca5934b44aba2b6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 This file records noteworthy changes.
 
-1.0.14 (<date>)
+1.0.15 (11 August 2003)
+* Added on-line help and Tab-completion for print(), iprint(), print_latex()
+  and print_csrc() in ginsh.
+* Fixed a bug in the unarchiving of sums and products: terms were not
+  reordered in a canonical way.
+* Fixed a bug in normal()/numer_denom(): denominator was not made unit
+  normal if it was a simple number.
+
+1.0.14 (1 March 2003)
 * Improved the C-source output: complex numbers are printed correctly (using
   the STL complex<> template or cln::complex()), rational numbers use cl_RA()
   in the CLN output, and small integers are printed in a more compact format