]> www.ginac.de Git - ginac.git/blobdiff - NEWS
synced to 1.1
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 0b32e11773d7d403b52d50cf416016d0f2fb50c8..7d82b1630c72caf9e8246993aca5934b44aba2b6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
 This file records noteworthy changes.
 
+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()