Added Content property to NewTreeItem

This commit is contained in:
Haacked
2015-09-27 16:25:33 -07:00
parent 862bf6a5d3
commit f6c413ac3b
2 changed files with 15 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
### 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
* Fixed: Bug that prevented sepecifying a commit message for pull request merges - via @haacked
**Breaking Changes:**