From 6e4ad945acf5e95efef3a756876b2feae647c887 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Tue, 26 Jun 2012 10:05:38 -0700 Subject: [PATCH] Add Changelog entry for AFHTTPClient requests not handling cookies by default --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index ddd730c..bc7f2a8 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,8 @@ `+addAcceptableStatusCodes:` and `+addAcceptableContentTypes:` to use `class_replaceMethod` with `imp_implementationWithBlock`. (Mattt Thompson) + * Update `AFHTTPClient` to not handle cookies by default (@phamsonha, Mattt Thompson) + * Update icons for iOS example application (Mattt Thompson) = 0.10.0 / 2012-06-26