Adding note about iOS < 4.3 deprecation

This commit is contained in:
Mattt Thompson 2012-04-27 16:55:34 -07:00
parent c77a001e73
commit 7ad92ea9ea

View file

@ -1,5 +1,7 @@
= 1.0RC1 / 2012-04-25 = 1.0RC1 / 2012-04-25
* Note: 1.0RC1 Deprecates iOS < 4.3 compatibility because of the addition of `AFHTTPRequestOperation +addAcceptableStatusCodes / +addAcceptableContentTypes`
* Add `AFHTTPRequestOperation +addAcceptableStatusCodes / * Add `AFHTTPRequestOperation +addAcceptableStatusCodes /
+addAcceptableContentTypes` to dynamically add acceptable status codes and +addAcceptableContentTypes` to dynamically add acceptable status codes and
content types on the class level (Mattt Thompson) content types on the class level (Mattt Thompson)