]> www.ginac.de Git - ginac.git/blobdiff - NEWS
- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC because of m4.
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 7315d32447c3e5105a2c7c1df706eff638fb4cb9..5ac7e5429d8440f8a74224a6592d15fcbdd7f15c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1 +1,17 @@
-First release
+This file records noteworthy changes.
+
+0.4.0 (26 November 1999)
+* First public release.
+
+0.4.1 (13 December 1999)
+* Series Expansion of Gamma function and some other trigonometric
+  functions at their poles works now.
+* Many more evaluations of special functions at points where
+  exact results exist.
+* info_flags::rational doesn't return true for complex extensions
+  any more---use info_flags::crational for the old behaviour.
+  info_flags::integer and -::cinteger work similarly, the same
+  holds for types like info_flags::rational_polynomial.
+
+0.5.0 ()
+* Expressions can be written ("archived") to files and read therefrom.