From c3d61992979d025da70e2d86c476a5b8b7bafffd Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Tue, 26 Jun 2012 10:03:27 -0700 Subject: [PATCH] Add changes for 1.0RC2 --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES b/CHANGES index 60b4cac762..ddd730c39a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ += 1.0RC2 / 2012-06-26 + + * AFNetworking now requires iOS 5 / Mac OSX 10.7 or higher (Mattt Thompson) + + * AFNetworking now uses Automatic Reference Counting (ARC) (Mattt Thompson) + + * Revert implementation of `AFHTTPRequestOperation` + `+addAcceptableStatusCodes:` and `+addAcceptableContentTypes:` to use + `class_replaceMethod` with `imp_implementationWithBlock`. (Mattt Thompson) + + * Update icons for iOS example application (Mattt Thompson) + = 0.10.0 / 2012-06-26 * Add Twitter Mac Example application (Mattt Thompson)