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.
1 parent 89dafac commit cacf6f3Copy full SHA for cacf6f3
CHANGELOG.md
@@ -2,13 +2,19 @@
2
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
5
-## 2.6.0 (unreleased)
+## 2.6.0
6
7
### Added
8
9
- Support for graphql api [variables](https://developer.github.com/v4/guides/forming-calls/#working-with-variables) (#612)
10
- Added missing branch protection methods (#616)
11
+- Helper function `fromFile ` to get GraphQL queries from a file (#628)
12
+- Extra parameter `params` to collaborators api calls (#623)
13
+- Documentation for GitData API (#613)
14
+
15
+### Fixed
16
- Remove `body` as a required parameter when creating an issue (#624)
17
+- Minor fixes in example code (#617)
18
19
## 2.5.0
20
0 commit comments