Add changes for 1.0RC2
This commit is contained in:
parent
b51cea9462
commit
c3d6199297
1 changed files with 12 additions and 0 deletions
12
CHANGES
12
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
|
= 0.10.0 / 2012-06-26
|
||||||
|
|
||||||
* Add Twitter Mac Example application (Mattt Thompson)
|
* Add Twitter Mac Example application (Mattt Thompson)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue