]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Add prelude section for v2.0.0 v2.0.0-rc3
authorStephen Finucane <stephen@that.guru>
Tue, 30 May 2017 21:14:41 +0000 (22:14 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 30 May 2017 21:15:46 +0000 (22:15 +0100)
Call out the two most important features in this release: the REST API
and series/cover letter support.

Signed-off-by: Stephen Finucane <stephen@that.guru>
releasenotes/notes/prelude-2_0-3d2364d246835503.yaml [new file with mode: 0644]

diff --git a/releasenotes/notes/prelude-2_0-3d2364d246835503.yaml b/releasenotes/notes/prelude-2_0-3d2364d246835503.yaml
new file mode 100644 (file)
index 0000000..31bfce4
--- /dev/null
@@ -0,0 +1,14 @@
+---
+prelude:
+  - |
+    The v2.0.0 release includes many new features and bug fixes. For full
+    information on the options avaiable, you should look at the full release
+    notes in detail. However, there are two key features that make v2.0.0 a
+    worthwhile upgrade:
+
+    - A REST API is now provided, which will eventually replace the legacy
+      XML-RPC API
+    - Patch series and series cover letters are now supported
+
+    For further information on these features and the other changes in this
+    release, review the full release notes.