From d1ad3c4c439e42b585e8178dabe768ed9b405842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ce=CC=81dric=20Luthi?= Date: Fri, 28 Feb 2014 14:20:12 +0100 Subject: [PATCH] Update CHANGELOG for version 1.1.2 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index caccbc0fe..5f0c24051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +#### Version 1.1.2 + +* Adaptation to YouTube API change. (#19) + #### Version 1.1.1 * For errors of the `XCDYouTubeVideoErrorDomain` domain, `-[NSError localizedDescription]` is actually localized and doesn’t contain HTML tags, making it suitable for displaying to the user.