Skip to content
Snippets Groups Projects
Commit 33b9a7d8 authored by Alice Russell's avatar Alice Russell
Browse files

Re #27586 add release notes

parent 1cb30650
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ Improvements ...@@ -25,6 +25,7 @@ Improvements
:align: left :align: left
- You can now save Table Workspaces to Ascii using the `SaveAscii <algm-SaveAscii>` algorithm, and the Ascii Save option on the workspaces toolbox. - You can now save Table Workspaces to Ascii using the `SaveAscii <algm-SaveAscii>` algorithm, and the Ascii Save option on the workspaces toolbox.
- Fit functions can now be put into nested categories and into multiple categories.
- Normalization options have been added to 2d plots and sliceviewer. - Normalization options have been added to 2d plots and sliceviewer.
- The images tab in figure options no longer forces the max value to be greater than the min value. - The images tab in figure options no longer forces the max value to be greater than the min value.
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
#include "MantidAPI/IFunction.h" #include "MantidAPI/IFunction.h"
#include "MantidAPI/IPeakFunction.h" #include "MantidAPI/IPeakFunction.h"
#include "MantidAPI/MatrixWorkspace_fwd.h" #include "MantidAPI/MatrixWorkspace_fwd.h"
#include "MantidQtWidgets/Common/SelectFunctionDialog.h"
#include "MantidQtWidgets/Common/IWorkspaceFitControl.h" #include "MantidQtWidgets/Common/IWorkspaceFitControl.h"
#include "MantidQtWidgets/Common/SelectFunctionDialog.h"
#include "MantidQtWidgets/Common/WorkspaceObserver.h" #include "MantidQtWidgets/Common/WorkspaceObserver.h"
/* Forward declarations */ /* Forward declarations */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment