added release notes for new version

This commit is contained in:
Brendan Forster
2014-10-04 11:03:38 -03:00
parent 46813a0168
commit 0eafc09e44
+11
View File
@@ -1,3 +1,14 @@
### New in 0.5.0 (Released 2014/10/05)
* New: added more methods for users and orgs - #553 via @andrerod
* New: added support for Universal Apps to Octokit - #575 via @hippiehunter
* New: added missing fields to `Repository` class - #560 via @thedillonb
* New: upgraded Octokit.Reactive to Rx 2.2.5 - #564 via @haacked
* Fixed: added ItemState.All enum value so issue filtering can be bypassed - #550 via @MitjaBezensek
* Fixed: remove trailing slash in ApiUrl that causes /team/{id}/repos to fail - #555 via @matt-gibbs
* Fixed: PullRequest.Mergeable was misspelt, causing serialization issue - #576 via @jrowies
**Breaking Change:** `Readme.GetHtmlContent()` would return a 404, due to `Readme.HtmlUrl` not accepting custom Accepts header. This method now uses `Readme.Url` internally, which will return a slightly different DOM.
### New in 0.4.1 (Released 2014/07/22)
* New: Added a public method for turning pages of requests into a flat observable - #544 via @haacked