File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ History/Changelog
76
76
77
77
- In github3.issues.Issue
78
78
79
- - ``add_labels `` now returns the list of Labels on the issue instead of a
80
- boolean.
79
+ - ``add_labels `` now returns the list of Labels on the issue instead of a
80
+ boolean.
81
81
82
- - ``remove_label `` now retuns a boolean.
82
+ - ``remove_label `` now retuns a boolean.
83
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.
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.
87
87
88
88
- Now we won't get spurious GitHubErrors on 404s, only on other expected
89
89
errors whilst accessing the json in a response. All methods that return an
You can’t perform that action at this time.
0 commit comments