X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=NEWS;h=b627dc53539d88e2d130b6fbc87e7d9ebca4721e;hp=eacd442e217caa0c11fbdf48cd16c6abd832a633;hb=1138e0704b64217400b4cfeac9218c0b1d176e2b;hpb=115e9a522b24939c2ae5df8c409fdb7e70f2c605 diff --git a/NEWS b/NEWS index eacd442e..b627dc53 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ This file records noteworthy changes. +1.0.4 () +* Faster Bernoulli numbers (Markus Nullmeier). +* Minor bugfixes and some documentation updates. + +1.0.3 (21 December 2001) +* Fixed a bug where quo() would call vector::reserve() with a negative + argument. +* Fix several bugs in code generation. + 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)