From a5ae2441f28cbda1d332f87e2f4cb1c44b8a8e12 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 3 Mar 2015 20:40:05 -0600 Subject: [PATCH] Provide a changes.h entry. --- doc/news/changes.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index 293e9d7711..e9db05ecdf 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -313,6 +313,19 @@ inconvenience this causes.
    +
  1. Improved: We have traditionally had a large number of exceptions + that did not output any useful error message other than the name + of the exception class. This name was suggestive of the error that + had happened, but did not convey a sufficient amount of information + to what happened in many of the places where these kinds of exceptions + were used, nor what may have caused the exception, or how it could + be avoided. We have gone through many of these places and changed + the exception to be much more verbose in what they state about the + problem, its origin, and how it may be solved. +
    + (Wolfgang Bangerth, 2015/02/28-2015/03/31) +
  2. +
  3. Changed: We have traditionally used Point@ to represent points in physical space, i.e., vectors that are anchored at the origin, whereas for vectors anchored elsewhere (e.g., differences between points, normal -- 2.39.5