diff --git a/docs/releasenotes/1.0.12.rst b/docs/releasenotes/1.0.12.rst
new file mode 100644
index 0000000000000000000000000000000000000000..a6bfa81118bafee93129c6db65b4cc0eb573c588
--- /dev/null
+++ b/docs/releasenotes/1.0.12.rst
@@ -0,0 +1,25 @@
+.. default-intersphinx:: django1.6 djblets1.0
+
+
+============================
+Djblets 1.0.12 Release Notes
+============================
+
+**Release date**: TBD
+
+
+djblets.avatars
+===============
+
+* Fixed a case where the fallback avatar service wasn't being used.
+  (:bug:`4800`)
+
+  The fallback avatar service wasn't being considered if there was a default
+  avatar service of ``None``. This could happen if the administrator didn't
+  have one configured.
+
+* Avatar rendering and URL fetching no longer requires an ``HttpRequest``.
+
+  This allows avatars to be rendered outside of an HTTP request/response
+  process. Note that custom avatar backends may still need to be updated to
+  make the ``HttpRequest`` optional in their implementations.
diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst
index 55f94efb81791457cea5263091419b016d4bb1dc..eac0b5639c9f8988b74cac1e425324af9ee07f07 100644
--- a/docs/releasenotes/index.rst
+++ b/docs/releasenotes/index.rst
@@ -11,6 +11,7 @@ Djblets Release Notes
 .. toctree::
    :maxdepth: 1
 
+   1.0.12
    1.0.11
    1.0.10
    1.0.9
