]> www.ginac.de Git - ginac.git/blobdiff - NEWS
Add proper functions to make clifford_bar() and clifford_star().
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index aa6d33c7841a09f5a8f9370dd73c7a5b5958c1ea..6319323ac094ab3bb03ba806d1a0b0eab72b6bb7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 This file records noteworthy changes.
 
-1.7.0 (TDB)
+1.7.0 (30 April 2016)
 * Make use of C++11 features:
   - Use new language features 'auto', 'nullptr', 'constexpr', range-based for
     loops, the contextual keyword 'override', static 'noexcept' operator, etc.
@@ -26,6 +26,7 @@ This file records noteworthy changes.
   modeled after the .eval() methods.
 * Make relational::rhs() and lhs() nonvirtual.
 * Add support for power::info(info_flags::real).
+* Add fderivative::derivatives() method.
 * Remove broken info_flags::algebraic.
 * Remove unmaintained support for Cint.
 * Remove unfinished andcode for hash table-based expairseq.