From: Christian Bauer Date: Wed, 31 Jan 2001 00:37:44 +0000 (+0000) Subject: documentation update X-Git-Tag: release_0-7-1~8 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=0d956e332cbc6429ffb33f39afc2808a63e957d3;ds=sidebyside documentation update --- diff --git a/NEWS b/NEWS index 38804c63..a70766ba 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,8 @@ This file records noteworthy changes. 0.7.1 (--date--) * Fix problems with Cint that were caused by CLN's overloaded operator new. * Fix compilation errors with GCC3. -* normal() handles large sums of fractions better. +* normal() handles large sums of fractions better and normalizes the exponent + of power expressions. * expand() always expands the exponent and transforms x^(a+b) -> x^a*x^b. 0.7.0 (15 December 2000)