diff --git a/docs/releasenotes/1.0.17.rst b/docs/releasenotes/1.0.17.rst
new file mode 100644
index 0000000000000000000000000000000000000000..346051693f6e6496b6eaa01a0c709c7bf0e43ac5
--- /dev/null
+++ b/docs/releasenotes/1.0.17.rst
@@ -0,0 +1,25 @@
+.. default-intersphinx:: django1.6 djblets1.0
+
+
+============================
+Djblets 1.0.17 Release Notes
+============================
+
+**Release date**: TBD
+
+
+New Features
+============
+
+* Added a ``settings.LOGGING_TO_STDOUT`` setting, which can be set to ``True``
+  to force all log messages to go to standard out.
+
+  This is useful particularly when running in a Docker container, where
+  applications are expected to log to standard output. This can be used along
+  with the standard file-based logging.
+
+
+Contributors
+============
+
+* Christian Hammond
diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst
index 708058497c73a9e5a324fee56e54faea9be4bbaa..c7c165da42b96343b2ec680a1d6aa674ae18f83a 100644
--- a/docs/releasenotes/index.rst
+++ b/docs/releasenotes/index.rst
@@ -11,6 +11,7 @@ Djblets Release Notes
 .. toctree::
    :maxdepth: 1
 
+   1.0.17
    1.0.16
    1.0.15
    1.0.14
