-
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 <andrepapoti@gmail.com>
- Loading branch information
1 parent
231ac61
commit 1643039
Showing
4 changed files
with
50 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,15 @@ | ||
--- | ||
features: | ||
- | | ||
Enhanced Series functionality by enabling one Series to link to another. This feature facilitates the automation of two Series based on their dependency or sequential relationship. | ||
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 for the specific fields: | ||
- previous_series; | ||
- subsequent_series; | ||
- required_series; | ||
- required_by_series. |