From 4f2cf6aebc213c200b98fde6adb7133e8688530d Mon Sep 17 00:00:00 2001 From: Alexei Sheplyakov Date: Mon, 16 Feb 2009 16:24:15 +0200 Subject: [PATCH] Polished NEWS a little bit. --- NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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. -- 2.49.0