From 2acc399b0bb75b6cc37ea141f001bce6988e641c Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Tue, 15 Oct 2019 11:55:58 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dda3dfdf..2ec42dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Implement rate-limiting https://github.com/SpinlockLabs/github.dart/pull/172 - Back off when server fails (HTTP 50x) https://github.com/SpinlockLabs/github.dart/pull/173 - All remaining methods in repos_service.dart (accessible via the getter `repositories` from `GitHub` client class) have been implemented. `isCollaborator`, `listSingleCommitComments`, `listCommitComments`, `createCommitComment`, `getComment`, `updateComment`, `deleteComment` +- Fixed issues.get to correctly return Future https://github.com/SpinlockLabs/github.dart/pull/180 ## v5.3.0