diff --git a/docs/source/release/v5.0.0/framework.rst b/docs/source/release/v5.0.0/framework.rst
index 72505198710d96c6f61db67945bdda2e89ba92e8..bb5a13e76e06c9433a245aee6c8abc42182384fd 100644
--- a/docs/source/release/v5.0.0/framework.rst
+++ b/docs/source/release/v5.0.0/framework.rst
@@ -39,9 +39,7 @@ Algorithms
 - :ref:`SaveAscii <algm-SaveAscii>` can now save table workspaces, and :ref:`LoadAscii <algm-LoadAscii>` can load them again.
 - :ref:`TotScatCalculateSelfScattering <algm-TotScatCalculateSelfScattering>` will calculate a normalized self scattering correction for focused total scattering data.
 - :ref:`MatchAndMergeWorkspaces <algm-MatchAndMergeWorkspaces>` will merge workspaces in a workspace group with weighting from a set of limits for each workspace and using :ref:`MatchSpectra <algm-MatchSpectra>`.
-- :ref:`MonteCarloAbsorption <algm-MonteCarloAbsorption>` Sampling of scattering points during MC simulation now takes into account relative volume of sample and environment components. The calculation also now reuses the same set of simulated tracks to calculate the attenuation for different wavelengths. A new parameter ResimulateTracksForDifferentWavelengths has been added to control this behaviour with a default value of false.
-
-NOTE: This has been inserted in the middle of the parameter list so any usage of positional parameters with this algorithm will need to be adjusted.
+- :ref:`MonteCarloAbsorption <algm-MonteCarloAbsorption>` Sampling of scattering points during MC simulation now takes into account relative volume of sample and environment components. The calculation also now reuses the same set of simulated tracks to calculate the attenuation for different wavelengths. A new parameter ResimulateTracksForDifferentWavelengths has been added to control this behaviour with a default value of false. NOTE: This has been inserted in the middle of the parameter list so any usage of positional parameters with this algorithm will need to be adjusted.
 - :ref:`AddSampleLogMultiple <algm-AddSampleLogMultiple>` Add parameter LogTypes to specify the type of each log value.
 - :ref:`ApplyCalibration <algm-ApplyCalibration>` can now independently change the pixel heights, widths, and Y-coordinate. Property "PositionTable" has been deprecated and property "CalibrationTable" should be used in its place.
 - :ref:`FilterEvents <algm-FilterEvents>` Now has an accurate algorithm to calculate duration of each split-out workspace and add the duration value to split-out workspace as a single value property named "duration". 
diff --git a/docs/source/release/v5.0.0/mantidworkbench.rst b/docs/source/release/v5.0.0/mantidworkbench.rst
index 5841fd98541daf1bb08cde7b06f85b8a16220dd4..bbc6e898b93912bbdc9ae3e95940c49433d396f2 100644
--- a/docs/source/release/v5.0.0/mantidworkbench.rst
+++ b/docs/source/release/v5.0.0/mantidworkbench.rst
@@ -152,6 +152,7 @@ Bugfixes
 - Axes editor menu now reads the state of the grids on the plot. 
 - Fixed a bug which caused graphic scaling issues when the double-click menu was used to set an axis as log-scaled.
 - There is now appropriate protection around setting the colrbar scale to logarithmic while the min and/or max value is negative.
+- Toggling error bars on a line with markers no longer causes an unhandled exception.
 
 **Fitting**