We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
4.1.0
1 parent 6cca07f commit 424d361Copy full SHA for 424d361
docs/source/release-notes/4.1.0.rst
@@ -0,0 +1,11 @@
1
+4.1.0: 2025-xx-xx
2
+-----------------
3
+
4
+Features Added
5
+``````````````
6
7
+- Add support for multiple assignees for
8
+ :meth:`github3.issues.issue.Issue.close` and
9
+ :meth:`github3.issues.issue.Issue.reopen`. This prevents extra-assignees from
10
+ being unassigned if an issue is closed and allows re-opening the issue with
11
+ the same set of assignees.
docs/source/release-notes/index.rst
@@ -11,6 +11,7 @@ here with the newest releases first.
.. toctree::
12
4.0.0
13
4.0.1
14
+ 4.1.0
15
16
3.x Release Series
17
==================
0 commit comments