From a8a05d9ff3fb8133e8e9398a209b48120e25aa7c Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Mon, 3 Jun 2013 08:28:51 -0700 Subject: [PATCH] Update CHANGES --- CHANGES | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 8b1a0de..7ea0377 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,18 @@ = 1.3.0 (2013-06-01) - * Change in `AFURLConnectionOperation` `NSURLConnection` authentication delegate methods and associated block setters. If `_AFNETWORKING_PIN_SSL_CERTIFICATES_` is defined, `-setWillSendRequestForAuthenticationChallengeBlock:` will be available, and `-connection:willSendRequestForAuthenticationChallenge:` will be implemented. Otherwise, `-setAuthenticationAgainstProtectionSpaceBlock:` & `-setAuthenticationChallengeBlock:` will be available, and `-connection:canAuthenticateAgainstProtectionSpace:` & `-connection:didReceiveAuthenticationChallenge:` will be implemented instead (Oliver Letterer) + * Change in `AFURLConnectionOperation` `NSURLConnection` authentication +delegate methods and associated block setters. If +`_AFNETWORKING_PIN_SSL_CERTIFICATES_` is defined, +`-setWillSendRequestForAuthenticationChallengeBlock:` will be available, and +`-connection:willSendRequestForAuthenticationChallenge:` will be implemented. +Otherwise, `-setAuthenticationAgainstProtectionSpaceBlock:` & +`-setAuthenticationChallengeBlock:` will be available, and +`-connection:canAuthenticateAgainstProtectionSpace:` & +`-connection:didReceiveAuthenticationChallenge:` will be implemented instead +(Oliver Letterer) - * Change in AFNetworking podspec to include Security framework (Kevin Harwood, Oliver Letterer, Sam Soffes) + * Change in AFNetworking podspec to include Security framework (Kevin Harwood, +Oliver Letterer, Sam Soffes) * Change in AFHTTPClient to @throw exception when non-designated intializer is used (Kyle Fuller) @@ -721,7 +731,8 @@ where % is used as a literal rather than as part of a percent escape code -multipartFormRequestWithMethod:path:parameters:constructing BodyWithBlock:` (Ray Morgan, Mattt Thompson, Sam Soffes) - * Fix "File Upload with Progress Callback" code snippet in README (Larry Legend) + * Fix "File Upload with Progress Callback" code snippet in README (Larry +Legend) * Fix to SBJSON invocations in `AFJSONEncode` and `AFJSONDecode` (Matthias Tretter, James Frye)