]> www.ginac.de Git - ginac.git/commitdiff
documentation update
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Mon, 2 Aug 2004 19:56:05 +0000 (19:56 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Mon, 2 Aug 2004 19:56:05 +0000 (19:56 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0581b63e9c01d4d6d9d885bb39825928c862552c..84662163f68eafb64253333be777d9281b96ef06 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,8 +8,12 @@ This file records noteworthy changes.
 * Fixed bugs in series expansion and complex conjugation.
 * Symbolic functions without any eval(), evalf() etc. functions now work
   properly.
+* integer_content(), content(), and primpart() now also work for polynomials
+  with rational coefficients (calculating the LCM of coefficients'
+  denominators).
 * Added method matrix::rank().
 * Added function resultant().
+* Added integer_content() function to ginsh.
 
 1.2.1 (23 April 2004)
 * Fixed infinite recursion in atan2_evalf() and improved atan2_eval().