Replace SignatureResponse and CommitEntity with Committer

A recent PR added CommitEntity but we already had
SignatureResponse expressly for this purpose.

So this commit renames SignatureResponse to Committer
and removes CommitEntity and replaces it with Committer.
This commit is contained in:
Haacked
2015-09-28 00:32:04 -07:00
parent 1cea52eefa
commit b2d6e15d48
18 changed files with 93 additions and 105 deletions
+1
View File
@@ -5,6 +5,7 @@
* Improved: Added `Description` property to `NewTeam` to allow specifying a description for a team - via #915 @haacked
* Improved: Added `Description` property to `OrganizationUpdate` to allow specifying a description for an organization - via #915 @haacked
* Improved: Added `Before` property to `NotificationsRequest` to find notifications updated before a specific time - via #915 @haacked
* Improved: Renamed `SignatureResponse` to `Committer` and replaced `CommitEntity` with `Committer` - via @haacked
* Fixed: Bug that prevented sepecifying a commit message for pull request merges - via #915 @haacked
**Breaking Changes:**