diff options
author | Stephen Finucane <stephen@that.guru> | 2017-05-30 22:14:41 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2017-05-30 22:15:46 +0100 |
commit | dd72ff657208678cc6b685e4e6cefbd19569d201 (patch) | |
tree | 2de26f2b36c989040c12c099354f9115042a7325 /releasenotes | |
parent | 1ee9ab2cde72738a99c44c1eece3e6874e5356e1 (diff) | |
download | patchwork-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>
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/prelude-2_0-3d2364d246835503.yaml | 14 |
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. |