diff --git a/docs/releasenotes/0.9.8.rst b/docs/releasenotes/0.9.8.rst
new file mode 100644
index 0000000000000000000000000000000000000000..faec2779c120e4e222313e7f2b9fa408b21dc48c
--- /dev/null
+++ b/docs/releasenotes/0.9.8.rst
@@ -0,0 +1,32 @@
+.. default-intersphinx:: djblets0.9 django1.6
+
+
+===========================
+Djblets 0.9.8 Release Notes
+===========================
+
+**Release date**: TBD
+
+
+djblets.util
+============
+
+* Added a compatibility backport of
+  :py:class:`~django1.8:django.core.validators.URLValidator` from Django 1.8.
+
+  Django 1.8 introduced validation support for URLs containing inline
+  credentials, along with improved support for URL validation in general.
+  This backport allows these improvements to be used on Django 1.6/1.7.
+
+  The backported version can be accessed at
+  :py:class:`djblets.util.compat.django.core.validators.URLValidator`. When
+  running on Django 1.8 or newer, the actual upstream version will be used
+  instead of the backport, ensuring that applications are always using the
+  latest version when available.
+
+
+Contributors
+============
+
+* Christian Hammond
+* David Trowbridge
diff --git a/docs/releasenotes/conf.py b/docs/releasenotes/conf.py
index e43d535c4cf6ed7a5da1cd5020dacc006370114b..168c055185e7b519cc378a22d84e2eea83a66d0c 100644
--- a/docs/releasenotes/conf.py
+++ b/docs/releasenotes/conf.py
@@ -228,6 +228,7 @@ intersphinx_mapping = {
     'django1.6': ('https://django.readthedocs.io/en/%s.x/'
                   % django_doc_major_version,
                   None),
+    'django1.8': ('https://django.readthedocs.io/en/1.8.x/', None),
     'python27': ('https://docs.python.org/2.7', None),
     'djblets0.9': ('%s/docs/djblets/0.9/' % rbwebsite_url, None),
     'djblets-latest': ('%s/docs/djblets/latest/' % rbwebsite_url, None),
diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst
index bd356033b12661fd0b6522d466469d7ec07fdf9f..72b20ef0ea71c08d8bf33e81268a3d9831c05b61 100644
--- a/docs/releasenotes/index.rst
+++ b/docs/releasenotes/index.rst
@@ -11,6 +11,7 @@ Djblets Release Notes
 .. toctree::
    :maxdepth: 1
 
+   0.9.8
    0.9.7
    0.9.6
    0.9.5
