diff --git a/docs/releasenotes/0.9.1.rst b/docs/releasenotes/0.9.1.rst
new file mode 100644
index 0000000000000000000000000000000000000000..99073345d64467ca7b3f5c06f466e7c8025738e0
--- /dev/null
+++ b/docs/releasenotes/0.9.1.rst
@@ -0,0 +1,32 @@
+===========================
+Djblets 0.9.1 Release Notes
+===========================
+
+**Release date**: TBD
+
+
+djblets.datagrid
+================
+
+* Fix errors with datagrid sorting with trailing commas.
+
+  Some search crawlers such as Bingbot can attempt to load a datagrid with a
+  sort column list that had a trailing comma, causing a crash. This now filters
+  out any invalid column names.
+
+
+djblets.util
+============
+
+* Added support for serializing Django models to
+  :py:class:`djblets.util.serializers.DjbletsJSONEncoder`.
+
+  Models which include a :py:func:`to_json` method can now be serialized using
+  the basic encoder, which makes it easier to adapt models to WebAPI resources.
+
+
+Contributors
+============
+
+* Barret Rennie
+* Weijie Sun
diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst
index ac449bfbd863b2d86526ff3eb9a6e04933cc16c3..da8bb3c5c85db0893dd8be9841abc4cec5a02a5e 100644
--- a/docs/releasenotes/index.rst
+++ b/docs/releasenotes/index.rst
@@ -11,6 +11,7 @@ Djblets Release Notes
 .. toctree::
    :maxdepth: 1
 
+   0.9.1
    0.9
    0.9-rc-1
    0.9-beta-2
