-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/main Date: 2023-10-18T12:14:38+02:00 Author: Timo Stollenwerk (tisto) <[email protected]> Commit: plone/plone.rest@eb59f3d Use proper changelog format Files changed: A news/166.bugfix M news/167.feature D news/explicitacquisition.bugfix
- Loading branch information
Showing
1 changed file
with
8 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
Repository: plone.restapi | ||
Repository: plone.rest | ||
|
||
|
||
Branch: refs/heads/main | ||
Date: 2023-10-18T11:48:36+02:00 | ||
Date: 2023-10-18T12:14:38+02:00 | ||
Author: Timo Stollenwerk (tisto) <[email protected]> | ||
Commit: https://github.com/plone/plone.restapi/commit/d68bb76246b07aa49fa9dc8a529f55affc58ecf9 | ||
Commit: https://github.com/plone/plone.rest/commit/eb59f3df002f388b6d282eb16ab50eabc4c40c80 | ||
|
||
Fix changelog for #1719 | ||
Use proper changelog format | ||
|
||
Files changed: | ||
A news/1719.internal | ||
D news/1.bugfix | ||
A news/166.bugfix | ||
M news/167.feature | ||
D news/explicitacquisition.bugfix | ||
|
||
b'diff --git a/news/1.bugfix b/news/1719.internal\nsimilarity index 100%\nrename from news/1.bugfix\nrename to news/1719.internal\n' | ||
b'diff --git a/news/166.bugfix b/news/166.bugfix\nnew file mode 100644\nindex 0000000..bc0cc87\n--- /dev/null\n+++ b/news/166.bugfix\n@@ -0,0 +1 @@\n+Make REST endpoints check for acquired items. @jaroel\ndiff --git a/news/167.feature b/news/167.feature\nindex f450b55..a9860db 100644\n--- a/news/167.feature\n+++ b/news/167.feature\n@@ -1 +1 @@\n-Add support for Python 3.12 @tisto\n\\ No newline at end of file\n+Add support for Python 3.12. @tisto\n\\ No newline at end of file\ndiff --git a/news/explicitacquisition.bugfix b/news/explicitacquisition.bugfix\ndeleted file mode 100644\nindex 37d8c63..0000000\n--- a/news/explicitacquisition.bugfix\n+++ /dev/null\n@@ -1,2 +0,0 @@\n-- Make REST endpoints check for acquired items.\n- [jaroel]\n' | ||
|