From 9c34a68fba57d2e6c0f1bb2511dc28459e930f5c Mon Sep 17 00:00:00 2001 From: Steven Fisher Date: Wed, 31 Oct 2012 10:21:43 -0700 Subject: [PATCH] Document change for next version. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index f477e36..3475dd9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ += Next + +* If a success block is specified to `UIImageView -setImageWithURLRequest: +placeholderImage:success:failure`:, it is now the responsibility of the +block to set the image of the image view (Mattt Thompson) + = 1.0 / 2012-10-15 * AFNetworking now requires iOS 5 / Mac OSX 10.7 or higher (Mattt Thompson)