From 30ac423d043e179ec472e62f0554b09bc58131b5 Mon Sep 17 00:00:00 2001 From: Margaret Duff Date: Fri, 10 Nov 2023 08:58:07 +0000 Subject: [PATCH] Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 441d86b666..a9a759dc40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ * x.x.x - Allow reduction methods on the DataContainer class to accept axis argument as string which matches values in dimension_labels - - Added the functions `set_norms` and `get_norms` to the `BlockOperator` class + - Added the functions `set_norms` and `get_norms` to the `BlockOperator` class + - Fixed formatting errors in the L2NormSquared and LeastSquares documentation * 23.1.0 - Fix bug in IndicatorBox proximal_conjugate