From: Richard Kreckel Date: Sat, 30 Apr 2016 20:39:42 +0000 (+0200) Subject: Finalize 1.7.0 release. X-Git-Tag: release_1-7-0 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=55d29b0d5bad410574358f54bf0f760d0cc79ae7 Finalize 1.7.0 release. --- diff --git a/NEWS b/NEWS index fba9480f..6319323a 100644 --- 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.