From 7ad92ea9ea16fd587525e67946363a7b73047af3 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Fri, 27 Apr 2012 16:55:34 -0700 Subject: [PATCH] Adding note about iOS < 4.3 deprecation --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 2ed3c18..957b9a3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ = 1.0RC1 / 2012-04-25 + * Note: 1.0RC1 Deprecates iOS < 4.3 compatibility because of the addition of `AFHTTPRequestOperation +addAcceptableStatusCodes / +addAcceptableContentTypes` + * Add `AFHTTPRequestOperation +addAcceptableStatusCodes / +addAcceptableContentTypes` to dynamically add acceptable status codes and content types on the class level (Mattt Thompson)