From 8603f8f653973a878ee7ad77d586499af648a68e Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Thu, 1 Nov 2012 08:49:03 -0700 Subject: [PATCH] Update CHANGES --- CHANGES | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 3475dd9..d92c7da 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -= Next += Master -* If a success block is specified to `UIImageView -setImageWithURLRequest: + * Fix error in multipart upload streaming, where byte range at boundaries +was not correctly calculated (Stan Chang Khin Boon) + + * 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)