From: Christian Bauer Date: Tue, 5 Mar 2002 20:32:02 +0000 (+0000) Subject: documentation update X-Git-Tag: release_1-0-7~5 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=f263f768cf609ae8c0899560449f235a6d408193 documentation update --- diff --git a/NEWS b/NEWS index c327cbde..e55ecd98 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ This file records noteworthy changes. +1.0.7 () +* Fixed LaTeX output of indexed objects. + 1.0.6 (4 March 2002) * "(x+1).subs(x==x-1)" now returns the correct result "x" instead of "x-1".