]> www.ginac.de Git - ginac.git/blobdiff - NEWS
- diff() is now only defined on classes ex and basic, where it handles
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 2f77114820382f9035a8549108a9b156e60086ec..6dba3541eb5edbd093f5db5e495b50ecde980287 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 This file records noteworthy changes.
 
 0.4.0 (26 November 1999)
-* First public release
+* First public release.
 
 0.4.1 (13 December 1999)
 * Series Expansion of Gamma function and some other trigonometric
@@ -13,5 +13,8 @@ This file records noteworthy changes.
   info_flags::integer and -::cinteger work similarly, the same
   holds for types like info_flags::rational_polynomial.
 
-0.5.0 ()
+0.5.0 (?? February 2000)
 * Expressions can be written ("archived") to files and read therefrom.
+* Addition of GiNaC-cint, which lets you write complete programs in
+  an interactive shell-like manner in your favoured programming
+  language (C++).