diff --git a/CHANGES b/CHANGES index 60b4cac..ddd730c 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)