diff --git a/docs/source/release/v3.14.0/framework.rst b/docs/source/release/v3.14.0/framework.rst
index b86aab3f45f78d3bf7d95913868a89b14140ff19..31971ef23f9b1ddc24980dba41f1b95425e1038b 100644
--- a/docs/source/release/v3.14.0/framework.rst
+++ b/docs/source/release/v3.14.0/framework.rst
@@ -14,16 +14,16 @@ Logging
 
 - We have changed the logging in Mantid to stop writing the high level version of the log to a file.  This had been causing numerous problems including inconsistent behaviour with multiple instances of Mantid, performance problems when logging at detailed levels, and excessive network usage in some scenarios.  This does not change the rest of the logging that you see in the message display in Mantidplot or the console window. A warning message will appear if configuration for the removed components of logging is found.
 
-  - Associated with this we have also simplified the python methods used to control logging.
+- Associated with this we have also simplified the python methods used to control logging.
 
-    .. code-block:: python
+.. code-block:: python
 
-	  	# The two methods
-	  	ConfigService.SetConsoleLogLevel(int)
-	  	ConfigService.SetFileLogLevel(int)
+   # The two methods
+   ConfigService.SetConsoleLogLevel(int)
+   ConfigService.SetFileLogLevel(int)
 
-	  	# Have been replaced by
-	  	ConfigService.SetLogLevel(int)
+   # Have been replaced by
+   ConfigService.SetLogLevel(int)
 
 Nexus Geometry Loading
 ----------------------
@@ -78,6 +78,7 @@ Python
 New
 ###
 
+- All python methods accepting basic strings now also accept unicode strings.
 - New python validator type: :class:`~mantid.geometry.OrientedLattice` checks whether a workspace has an oriented lattice object attached.
 - We have been making major performance improvements to geometry access in Mantid over the last few releases. We are now exposing these features via Python to give our users direct access to the same benefits as part of their scripts. The newly exposed objects are now available via workspaces and include: