Skip to content

Commit

Permalink
Update CHANGELOG for version 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SoneeJohn committed Feb 19, 2020
1 parent 1fd56b8 commit 5963c0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#### Version 2.11.0

* `-[XCDYouTubeClient queryVideo:video:cookies:completionHandler:]` completion handler is now correctly called on the main thread.
* Improved video querying to handle videos that have incomplete streams. (#456)
* Errors returned in `streamErrors` may contain the `NSLocalizedRecoverySuggestionErrorKey` key in `-[NSError userInfo]` when `NSURLErrorNetworkConnectionLost` is reported, this may indicate the file is incomplete on YouTube's server.
* Add logging to `XCDYouTubeVideoQueryOperation` class.
* Improved `-[XCDYouTubeVideoQueryOperation description]`.

#### Version 2.10.0

* Fixed issue that caused certain videos to return error (#468)
Expand Down

0 comments on commit 5963c0e

Please sign in to comment.