forked from getpatchwork/patchwork
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release-notes: Add release notes for the Series linking feature
Closes getpatchwork#506 Signed-off-by: andrepapoti <[email protected]>
- Loading branch information
1 parent
27739c8
commit 23d8645
Showing
4 changed files
with
40 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
API v1.3 (latest) | ||
API v1.3 | ||
================= | ||
|
||
.. openapi:: ../../schemas/v1.3/patchwork.yaml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
API v1.4 (latest) | ||
================= | ||
|
||
.. openapi:: ../../schemas/v1.4/patchwork.yaml | ||
:examples: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
features: | ||
- | | ||
Added support for Series to link to another Series, allowing for automation to link an older version of a series to a newer one. | ||
api: | ||
- | | ||
The API version has been updated to v1.4. | ||
- | | ||
A new REST API endpoint is available at ``/api/series/<series_id>/link/<related_series_id>``. | ||
This can be used to link a series to another one |