We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd7725c2 commit32b0426Copy full SHA for 32b0426
HISTORY.rst
@@ -76,14 +76,14 @@ History/Changelog
76
77
- In github3.issues.Issue
78
79
-- ``add_labels`` now returns the list of Labels on the issue instead of a
80
-boolean.
+ - ``add_labels`` now returns the list of Labels on the issue instead of a
+ boolean.
81
82
-- ``remove_label`` now retuns a boolean.
+ - ``remove_label`` now retuns a boolean.
83
84
-- ``remove_all_labels`` and ``replace_labels`` now return lists. The former
85
-should return an empty list on a successful call. The latter should
86
-return a list of ``github3.issue.Label`` objects.
+ - ``remove_all_labels`` and ``replace_labels`` now return lists. The former
+ should return an empty list on a successful call. The latter should
+ return a list of ``github3.issue.Label`` objects.
87
88
- Now we won't get spurious GitHubErrors on 404s, only on other expected
89
errors whilst accessing the json in a response. All methods that return an