]> www.ginac.de Git - ginac.git/blobdiff - NEWS
* Ctors of class numeric are not explicit any more. All built-in callers for
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index de5777b382b2d9cbb433158bac6f83942be22f69..bc8ab41ec32f52e7ec0c1f5e17cbc9cc3431bce2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 This file records noteworthy changes.
 
 0.9.1 (<date>)
+* Ctors of class numeric are not explicit any more.  All built-in callers for
+  pseudofunctions are now templated and default to ex arguments which relaxes
+  the need for explicit ctors.
 * New functions/methods:
    - find()
    - remove_first(), remove_last(), sort() and unique() for lists