From 5e449cf15ea0c3cd7cd19d303d54fdb8ed1fa181 Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Sun, 27 Sep 2015 17:27:03 -0700 Subject: [PATCH] Add this PR number for these fixes So meta! --- ReleaseNotes.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index a2a49c57..bc50b59b 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,11 +1,11 @@ ### New in 0.17.0 (released TBD) -* Improved: Added ability to create deploy keys that are read only and can only be used to read repository contents and not write to them - via @haacked -* Improved: Added `Content` property to `NewTreeItem` to allow specifying content for a tree - via @haacked -* Improved: Added `Description` property to `NewTeam` to allow specifying a description for a team - via @haacked -* Improved: Added `Description` property to `OrganizationUpdate` to allow specifying a description for an organization - via @haacked -* Improved: Added `Before` property to `NotificationsRequest` to find notifications updated before a specific time - via @haacked -* Fixed: Bug that prevented sepecifying a commit message for pull request merges - via @haacked +* Improved: Added ability to create deploy keys that are read only and can only be used to read repository contents and not write to them - via #915 @haacked +* Improved: Added `Content` property to `NewTreeItem` to allow specifying content for a tree - via #915 @haacked +* 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 +* Fixed: Bug that prevented sepecifying a commit message for pull request merges - via #915 @haacked **Breaking Changes:** - `NewDeployment` constructor requires a ref as this is required for the API. It no longer has a default constructor.