From 9fe62d61844714f5011e31d818bb2e81f4017b36 Mon Sep 17 00:00:00 2001 From: David Wells Date: Wed, 18 Nov 2015 14:04:54 -0500 Subject: [PATCH] Update a deprecation message in changes.h. These functions are no longer deprecated and should not be marked as such in the changelog. --- doc/news/changes.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 8d659a5175..49b0aab6f2 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -640,10 +640,8 @@ inconvenience this causes. (Maien Hamed, 2015/08/01-2015/08/09) -
  • Changed: The function Vector::add() that adds a scalar number to all - elements of a vector has been deprecated. The same is true for the - Vector::ratio() function, and for the corresponding functions in other - vector classes. +
  • Changed: The function Vector::ratio() and the corresponding + functions in other vector classes have been deprecated.
    (Wolfgang Bangerth, Bruno Turcksin, 2015/08/13)
  • -- 2.39.5