From 9cde4e45845486bdb46ad322448f93df3b8479bf Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Thu, 1 Nov 2012 08:56:17 -0700 Subject: [PATCH] Adding release notes for 1.0.1 --- CHANGES | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d92c7da..831382f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -= Master += 1.0.1 / 2012-11-01 * Fix error in multipart upload streaming, where byte range at boundaries was not correctly calculated (Stan Chang Khin Boon) @@ -7,6 +7,27 @@ was not correctly calculated (Stan Chang Khin Boon) placeholderImage:success:failure`:, it is now the responsibility of the block to set the image of the image view (Mattt Thompson) + * Add `JSONReadingOptions` property to `AFJSONRequestOperation` (Jeremy + Foo, Mattt Thompson) + + * Using __weak self / __strong self pattern to break retain cycles in + background task and network reachability blocks (Jerry Beers, Dan Weeks) + + * Fix parameter encoding to leave period (`.`) unescaped (Diego Torres) + + * Fixing last file component in multipart form part creation (Sylver + Bruneau) + + * Remove executable permission on AFHTTPClient source files (Andrew + Sardone) + + * Fix warning (error with -Werror) on implicit 64 to 32 conversion (Dan + Weeks) + + * Add GitHub's .gitignore file (Nate Stedman) + + * Updates to README (@ckmcc) + = 1.0 / 2012-10-15 * AFNetworking now requires iOS 5 / Mac OSX 10.7 or higher (Mattt Thompson)