@@ -4,8 +4,8 @@ Change log
44Stable versions
55~~~~~~~~~~~~~~~
66
7- Version 2.5.0 (XXXXXXX )
8- -----------------------
7+ Version 2.5.0 (November 06, 2024 )
8+ ---------------------------------
99
1010Breaking Changes
1111^^^^^^^^^^^^^^^^
@@ -16,6 +16,37 @@ Breaking Changes
1616 * Parameter ``output `` renamed to ``output_schema ``
1717 * Default value of parameter ``output `` has been removed
1818
19+ New features
20+ ^^^^^^^^^^^^
21+
22+ * Rework GraphQL mutations (#3046) (27222251)
23+ * Make pagination work with GraphQL response data (#3047) (cd30e379)
24+ * Add `RepositoryDiscussion ` powered by GraphQL API (#3048) (29359f3c)
25+ * Add `Repository.get_discussion() ` to get a single Discussion (#3072) (44120b1e)
26+
27+ Improvements
28+ ^^^^^^^^^^^^
29+
30+ * Adds List organization memberships for the authenticated user (#3040) (cf443955)
31+ * Add `actor ` property to WorkflowRun (#2764) (612ba68e)
32+ * Make requester a public attribute (#3056) (c44ec523)
33+
34+ Bug Fixes
35+ ^^^^^^^^^
36+
37+ * Fix requesting urls containing parameters with parameters dict (#2929) (e1d67ada)
38+ * PullRequest.delete_branch: fix the remaining pull requests check (#3063) (72fa6278)
39+
40+ Maintenance
41+ ^^^^^^^^^^^
42+
43+ * Remove stale bot (510c1402)
44+ * Upgrade Github actions (#3075) (323e2828)
45+ * Add top issues dashboard action (#3049) (c91f26a7)
46+ * Make tests pass some more years (#3045) (352c55aa)
47+ * Run top issues workflow only in PyGithub repo (0d395d4e)
48+ * Replace pre-commit Github action in order to pin pre-commit version (#3059) (1a05b43d)
49+
1950Version 2.4.0 (August 26, 2024)
2051-------------------------------
2152
0 commit comments