diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 0e30f366c23da2d3cd47669a2ffa02ad1fc96151..4d5f30ba05f4ee8bebab99972fb925a0556519ce 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,9 +2,8 @@ This document contains the ``fslpy`` release history in reverse chronological
 order.
 
 
-
-1.10.0 (Under development)
---------------------------
+1.10.0 (Wednesday July 18th 2018)
+---------------------------------
 
 
 Added
@@ -15,8 +14,9 @@ Added
   component time courses from a MELODIC ICA analysis.
 * New :func:`.path.allFiles` function which returns all files underneath a
   directory.
-* The :func:`.fileOrImage`   and :func:`.fileOrArray` decorators now support
+* The :func:`.fileOrImage` and :func:`.fileOrArray` decorators now support
   loading of files which are specified with an output basename.
+* New :mod:`.fast` wrapper function for the FSL FAST tool.
 
 
 Changed
@@ -28,7 +28,6 @@ Changed
 * Removed dependency on ``pytest-runner``.
 
 
-
 1.9.0 (Monday June 4th 2018)
 ----------------------------
 
diff --git a/doc/fsl.utils.fslsub.rst b/doc/fsl.utils.fslsub.rst
new file mode 100644
index 0000000000000000000000000000000000000000..f81b2253e52b3bf69dee8309f5ce3c17ddb98c6a
--- /dev/null
+++ b/doc/fsl.utils.fslsub.rst
@@ -0,0 +1,7 @@
+``fsl.utils.fslsub``
+====================
+
+.. automodule:: fsl.utils.fslsub
+    :members:
+    :undoc-members:
+    :show-inheritance:
diff --git a/doc/fsl.utils.rst b/doc/fsl.utils.rst
index f460cbfb3575f7145326defeab98987df135972c..574c5296a19c8858702680f0ff14f220f85ef89d 100644
--- a/doc/fsl.utils.rst
+++ b/doc/fsl.utils.rst
@@ -7,6 +7,7 @@
    fsl.utils.assertions
    fsl.utils.cache
    fsl.utils.ensure
+   fsl.utils.fslsub
    fsl.utils.idle
    fsl.utils.imcp
    fsl.utils.memoize
diff --git a/doc/fsl.wrappers.fast.rst b/doc/fsl.wrappers.fast.rst
new file mode 100644
index 0000000000000000000000000000000000000000..d3db02d4821a39124b891d0e1bc5a9c2444a1020
--- /dev/null
+++ b/doc/fsl.wrappers.fast.rst
@@ -0,0 +1,7 @@
+``fsl.wrappers.fast``
+=====================
+
+.. automodule:: fsl.wrappers.fast
+    :members:
+    :undoc-members:
+    :show-inheritance:
diff --git a/doc/fsl.wrappers.rst b/doc/fsl.wrappers.rst
index 4c9a2950e928ab2c7524465f6f05846ece5194ec..dfa190bfae732abb5fdfabd9e8d98ef1928acabd 100644
--- a/doc/fsl.wrappers.rst
+++ b/doc/fsl.wrappers.rst
@@ -6,6 +6,7 @@
 
    fsl.wrappers.bet
    fsl.wrappers.eddy
+   fsl.wrappers.fast
    fsl.wrappers.flirt
    fsl.wrappers.fnirt
    fsl.wrappers.fslmaths