From: Alexei Sheplyakov Date: Mon, 16 Feb 2009 14:24:15 +0000 (+0200) Subject: Polished NEWS a little bit. X-Git-Tag: release_1-5-0~1 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=4f2cf6aebc213c200b98fde6adb7133e8688530d Polished NEWS a little bit. --- diff --git a/NEWS b/NEWS index f0fc2fdd..68fd8547 100644 --- a/NEWS +++ b/NEWS @@ -2,11 +2,12 @@ This file records noteworthy changes. 1.5.0 (17 February 2009) * Added polynomial factorization. -* Added an additional (recursive descent) expression parser. +* New, faster (recursive descent) expression parser. * Faster GCD computation. * gcd() now allows the user to override (some of the) heuristics. -* Replaced custum RTTI by standard C++ RTTI. -* Definition of archiving methods now optional when declaring a new GiNaC class. +* Writing extensions classes is simpler now: + - Replaced custom RTTI by standard C++ RTTI. + - Definition of archiving methods now optional when declaring a new GiNaC class. * Fixed recursion in polynomial divide that caused a significant slowdown in sqrfree(). * Improved lsolve() of systems containing non-numeric coefficients.