diff --git a/docs/releasenotes/1.0.1.rst b/docs/releasenotes/1.0.1.rst
new file mode 100644
index 0000000000000000000000000000000000000000..92b14c3f2ddf3222fa145ea070bbe5b21e2a05e1
--- /dev/null
+++ b/docs/releasenotes/1.0.1.rst
@@ -0,0 +1,35 @@
+.. default-intersphinx:: rbt1.0
+
+
+===========================
+RBTools 1.0.1 Release Notes
+===========================
+
+**Release date:** TBD
+
+
+Bug Fixes
+=========
+
+* Fixed `putch` errors when requesting password input on Windows (:bug:`4711`).
+
+  A regression in 1.0 caused password prompts to fail when running with Python
+  2.7.x on Windows. This has been fixed.
+
+* Fixed tracking branch detection with Git.
+
+  RBTools 1.0 introduced a new mechanism for minimizing the amount of data sent
+  to Review Board when posting dependent changes, but it was too aggressive
+  when the branch being posted was pushed to the remote, overriding the
+  configured tracking branch. This could result in errors about there being no
+  diffs.
+
+  This has been fixed to always respect the configured parent or tracking
+  branch, and the diff size minimization algorithm is only used when
+  determining the merge base for the remote.
+
+
+Contributors
+============
+
+* David Trowbridge
diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst
index 1ae4e8fb779fad638b8b1ac9febfab23907621b5..5f0eed4147f3492a5d18b1479fbe69f1951ccc1a 100644
--- a/docs/releasenotes/index.rst
+++ b/docs/releasenotes/index.rst
@@ -10,6 +10,7 @@ RBTools Release Notes
 .. toctree::
    :maxdepth: 1
 
+   1.0.1
    1.0
 
 
