Add changes for 1.0RC2

This commit is contained in:
Mattt Thompson 2012-06-26 10:03:27 -07:00
parent b51cea9462
commit c3d6199297

12
CHANGES
View file

@ -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 = 0.10.0 / 2012-06-26
* Add Twitter Mac Example application (Mattt Thompson) * Add Twitter Mac Example application (Mattt Thompson)