From: Wolfgang Bangerth Date: Wed, 15 Mar 2023 17:51:16 +0000 (-0600) Subject: Update changelog entry. X-Git-Tag: v9.5.0-rc1~468^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a2a9f3450c7af657bac91470d3b5162f21808c3;p=dealii.git Update changelog entry. --- diff --git a/doc/news/changes/minor/20230305Bangerth b/doc/news/changes/minor/20230305Bangerth index cd0628908a..5423144edc 100644 --- a/doc/news/changes/minor/20230305Bangerth +++ b/doc/news/changes/minor/20230305Bangerth @@ -1,5 +1,5 @@ Fixed: It was previously possible to assign scalar values to -VectorizedArray objects that were temporaries -- say in expressions +Tensor and VectorizedArray objects that were temporaries -- say in expressions such as ``` VectorizedArray<...> my_function();