-
Notifications
You must be signed in to change notification settings - Fork 82
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 #506 Signed-off-by: andrepapoti <[email protected]>
- Loading branch information
1 parent
a500321
commit 4fa9a03
Showing
4 changed files
with
46 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,5 +1,5 @@ | ||
API v1.3 (latest) | ||
================= | ||
API v1.3 | ||
======== | ||
|
||
.. openapi:: ../../schemas/v1.3/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,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,11 @@ | ||
--- | ||
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 application version has been updated to v3.2. | ||
- | | ||
The API version has been updated to v1.4. | ||
- | | ||
The REST API endpoint ``/api/series/<series_id>`` now allows PATCH requests. |