summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-05-30 22:14:41 +0100
committerStephen Finucane <stephen@that.guru>2017-05-30 22:15:46 +0100
commitdd72ff657208678cc6b685e4e6cefbd19569d201 (patch)
tree2de26f2b36c989040c12c099354f9115042a7325
parent1ee9ab2cde72738a99c44c1eece3e6874e5356e1 (diff)
downloadpatchwork-dd72ff657208678cc6b685e4e6cefbd19569d201.tar
patchwork-dd72ff657208678cc6b685e4e6cefbd19569d201.tar.gz
docs: Add prelude section for v2.0.0
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>
-rw-r--r--releasenotes/notes/prelude-2_0-3d2364d246835503.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/releasenotes/notes/prelude-2_0-3d2364d246835503.yaml b/releasenotes/notes/prelude-2_0-3d2364d246835503.yaml
new file mode 100644
index 0000000..31bfce4
--- /dev/null
+++ b/releasenotes/notes/prelude-2_0-3d2364d246835503.yaml
@@ -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.