From: Wolfgang Bangerth Date: Wed, 29 Jul 2015 21:45:28 +0000 (-0500) Subject: Add a changelog entry. X-Git-Tag: v8.4.0-rc2~587^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0adaac22e132e532f8bd7ab88b1611928233e99b;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 7b2de5b727..553ae77f35 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -66,6 +66,12 @@ inconvenience this causes.
    +
  1. New: The testsuite now runs in a mode in which we abort programs for + floating point exceptions due to divisions by zero or other invalid arithmetic. +
    + (Wolfgang Bangerth, 2015/07/29) +
  2. +
  3. New: MultithreadInfo::set_thread_limit() can now be called more than once and the environment variable DEAL_II_NUM_THREADS will be respected even if user code never calls it.