]> www.ginac.de Git - ginac.git/commitdiff
documentation update
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Wed, 18 Jun 2003 22:01:57 +0000 (22:01 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Wed, 18 Jun 2003 22:01:57 +0000 (22:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 53e6947b16e73d052863238bf32e4e1a772d4122..435398cee432311c21b4a04b37a6c2962dfb198a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,13 @@
 This file records noteworthy changes.
 
-1.1.1 (<date>)
+1.1.1 (18 June 2003)
 * lst (and exprseq) provide iterators for read-only element access. For
   sequential access this is one order faster than using op().
 * Implemented relational::subs() (this was done in 1.0.9 but inadvertently
   omitted from the 1.1 branch).
 * pole_error and do_taylor are available to library users.
+* Added on-line help and Tab-completion for print(), iprint(), print_latex()
+  and print_csrc() in ginsh.
 
 1.1.0 (3 April 2003)
 * Removed deprecated macros is_ex_a, is_ex_exactly_a and friends for good.