diff --git a/docs/releasenotes/0.8.8.rst b/docs/releasenotes/0.8.8.rst
new file mode 100644
index 0000000000000000000000000000000000000000..3459d34a141c68045d8ba2b8da2ce003447367a2
--- /dev/null
+++ b/docs/releasenotes/0.8.8.rst
@@ -0,0 +1,29 @@
+===========================
+Djblets 0.8.8 Release Notes
+===========================
+
+**Release date**: July 25, 2014
+
+
+djblets.util.fields
+===================
+
+* Removed a deprecation warning when importing this module.
+
+  Since this module is referenced in Django Evolution signatures, we need to
+  keep this file around. The deprecation warning would end up being shown
+  despite this. It's now gone.
+
+
+jquery.gravy.inlineEditor
+=========================
+
+* :kbd:`Control-S` now properly saves the field instead of just hiding it
+  when using custom multi-line editors. (:bug:`3489`)
+
+
+Contributors
+============
+
+* Christian Hammond
+* David Trowbridge
diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst
index 6672d101aae960c381a35b4aefef023668e1b22e..6e18bd700d438b70179538ee89e6a8f1fd60c690 100644
--- a/docs/releasenotes/index.rst
+++ b/docs/releasenotes/index.rst
@@ -11,6 +11,7 @@ Djblets Release Notes
 .. toctree::
    :maxdepth: 1
 
+   0.8.8
    0.8.7
    0.8.6
    0.8.5
