From: Christian Bauer Date: Thu, 20 Dec 2001 14:24:27 +0000 (+0000) Subject: documentation update X-Git-Tag: release_1-0-3~4 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=b23ea253fa9fc042df71bdc5f63c2cb6fb8c681a documentation update --- diff --git a/NEWS b/NEWS index eacd442e..28322e77 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ This file records noteworthy changes. +1.0.3 () +* Fixed a bug where quo() would call vector::reserve() with a negative + argument. + 1.0.2 (19 December 2001) * Input parser recognizes "sqrt()", which is also used in the output. * divide(a,b,q) only modifies q if the division succeeds; also, divide(a,b,a)