From: Stephen Finucane Date: Tue, 30 May 2017 21:14:41 +0000 (+0100) Subject: docs: Add prelude section for v2.0.0 X-Git-Tag: v2.0.0-rc3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd72ff657208678cc6b685e4e6cefbd19569d201;p=thirdparty%2Fpatchwork.git 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 --- diff --git a/releasenotes/notes/prelude-2_0-3d2364d246835503.yaml b/releasenotes/notes/prelude-2_0-3d2364d246835503.yaml new file mode 100644 index 00000000..31bfce44 --- /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.