From: Wolfgang Bangerth Date: Mon, 29 Jun 2015 23:15:23 +0000 (-0500) Subject: Add a changelog entry. X-Git-Tag: v8.3.0-rc1~73^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13622d9c8df11f78561de067e3d906bc44d572a;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 397572b333..8f0c051b50 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -538,6 +538,14 @@ inconvenience this causes.
(Angel Rodriguez, 2015/06/29) + +
  • Fixed: The function numbers::is_finite() produced incorrect results when + called with a NaN number (specifically, it produces an uncatchable floating + point exception when called with a signalling NaN). This was clearly not + intended since such values are definitely not finite. +
    + (Wolfgang Bangerth, 2015/06/29) +
  • Improved: The SparseMatrix class can now also use std::complex scalars for its elements.