-
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.
A smaller release including a new API version (v1.3) and changes to the supported Python and Django versions. Signed-off-by: Stephen Finucane <[email protected]>
- Loading branch information
1 parent
3f79d5a
commit e6c02e9
Showing
2 changed files
with
10 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
prelude: > | ||
This release is one of the smaller releases. The primary new feature is | ||
the ability to mark comments as addressed/unaddressed, allowing maintainers | ||
to track work items. In addition, two new events have been added to the | ||
``/events`` API: ``cover-comment-created`` and ``patch-comment-created``. | ||
Recent versions of Python (3.10) and Django (3.2, 4.0) are now supported, | ||
while support for older Python (3.6) and Django (2.2, 3.0, 3.1) versions | ||
has been removed. More information on all the above is included below. |