From 1ea692860d2726705f0a9aa9b504677c96eff3f4 Mon Sep 17 00:00:00 2001 From: Samuel Jackson <samueljackson@outlook.com> Date: Wed, 11 Jul 2018 13:16:11 +0100 Subject: [PATCH] Add release note. --- docs/source/release/v3.13.0/framework.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/release/v3.13.0/framework.rst b/docs/source/release/v3.13.0/framework.rst index eb7b33baefb..1b7b638a15f 100644 --- a/docs/source/release/v3.13.0/framework.rst +++ b/docs/source/release/v3.13.0/framework.rst @@ -113,6 +113,7 @@ Bugfixes - Fit functions defined in a python script can be used with the new fit function API right after subscription. - Child algorithms now respect their parent algorithm's ``EnableLogging`` setting when invoked using the function-style calling. Previously, some messages could appear in the log even though ``EnableLogging`` was set to ``False``. - Fixed a bug in ``detectorSignedTwoTheta`` method in ``MatrixWorkspace`` where the sign of the angle depended on the axis pointing up, not on the actual theta-sing axis defined in the IDF. +- Fixed a bug where calling ``setCell`` method on a :ref:`PeaksWorkspace <PeaksWorkspace>` did not set the cell value. :ref:`Release 3.13.0 <v3.13.0>` -- GitLab