diff --git a/doc/manual/release-notes/release-notes.xml b/doc/manual/release-notes/release-notes.xml
index b8392a647..ff4085cb7 100644
--- a/doc/manual/release-notes/release-notes.xml
+++ b/doc/manual/release-notes/release-notes.xml
@@ -12,6 +12,7 @@
-->
+
diff --git a/doc/manual/release-notes/rl-2.1.xml b/doc/manual/release-notes/rl-2.1.xml
new file mode 100644
index 000000000..5f37083ee
--- /dev/null
+++ b/doc/manual/release-notes/rl-2.1.xml
@@ -0,0 +1,47 @@
+
+
+Release 2.1 (2018-08-??)
+
+This is primarily a bug fix release. It also reduces memory
+consumption in certain situations. In addition, it has the following
+new features:
+
+
+
+
+ New builtin functions:
+ builtins.bitAnd,
+ builtins.bitOr,
+ builtins.bitXor,
+ builtins.fromTOML,
+ builtins.concatMap,
+ builtins.mapAttrs.
+
+
+
+
+ The S3 binary cache store now supports uploading NARs larger
+ than 5 GiB.
+
+
+
+ The flag is no longer required
+ to recover from disappeared NARs in binary caches.
+
+
+
+ nix-daemon now respects
+ , so it can be run as a non-root
+ user.
+
+
+
+
+This release has contributions from TODO.
+
+
+