diff --git a/docs/releasenotes/5.0-rc-1.rst b/docs/releasenotes/5.0-rc-1.rst
new file mode 100644
index 0000000000000000000000000000000000000000..986882ca5f314cd6ce7c158672acf3e952523cce
--- /dev/null
+++ b/docs/releasenotes/5.0-rc-1.rst
@@ -0,0 +1,66 @@
+.. default-intersphinx:: djblets3.x rb5.x
+
+===================================
+Review Board 5.0 RC 1 Release Notes
+===================================
+
+**Release date**: TBD
+
+
+Review Board 5.0 RC 1 drops support for Python 2.7. This has been end-of-life
+since January 2020. The 5.x series will support Python 3.7 through 3.11.
+
+This release contains all bug fixes and features from Review Board version
+:doc:`4.0.10 <4.0.10>`, :doc:`5.0 beta 1 <5.0-beta-1>`, and :doc:`5.0 beta 2
+<5.0-beta-2>`.
+
+
+Installation/Upgrades
+=====================
+
+To install this release, run the following::
+
+    $ sudo pip3 install \
+        -f https://downloads.reviewboard.org/betas/reviewboard/5.0-rc-1/ \
+        --pre -U ReviewBoard
+
+
+.. warning::
+
+   We **do not** recommend upgrading a production server with this version of
+   Review Board. It's best to install on a test server, with a copy of your
+   production database, in case there are any major problems.
+
+
+New Features
+============
+
+* The :guilabel:`Ship It!` indicators in the dashboard are now grey if there's
+  been a new update since the last Ship It! (:bug:`2106`)
+
+* API tokens can now be set to expire.
+
+  Like API policy documents, expiration can be changed at any time, based on
+  the needs of the user.
+
+* Users are now e-mailed when attempting to use an expired API token for
+  authentication.
+
+
+Bug Fixes
+=========
+
+* Fixed a regression where new API tokens weren't being shown in
+  :guilabel:`My Account -> API Tokens`.
+
+* Fixed a regression causing a crash in the Reviews datagrids.
+
+* Fixed a precision error that could occur in API rate limiting.
+
+
+Contributors
+============
+
+* Christian Hammond
+* David Trowbridge
+* Michelle Aubin
diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst
index 28484614ec6a22b9f6a4919656d5e114b9859953..7fd870382496abb92050dfb2e9eda9a0c5601c04 100644
--- a/docs/releasenotes/index.rst
+++ b/docs/releasenotes/index.rst
@@ -11,6 +11,7 @@ Review Board Release Notes
 .. toctree::
    :maxdepth: 1
 
+   5.0-rc-1
    5.0-beta-2
    5.0-beta-1
 
