Updating CHANGES up to 1.0RC1
This commit is contained in:
parent
18f5095d2e
commit
8602c9f6a1
1 changed files with 31 additions and 11 deletions
20
CHANGES
20
CHANGES
|
|
@ -1,3 +1,23 @@
|
||||||
|
= 1.0RC1 / 2012-04-25
|
||||||
|
|
||||||
|
* Add `AFHTTPRequestOperation +addAcceptableStatusCodes /
|
||||||
|
+addAcceptableContentTypes` to dynamically add acceptable status codes and
|
||||||
|
content types on the class level (Mattt Thompson)
|
||||||
|
|
||||||
|
* Add support for compound and complex `Accept` headers that include multiple
|
||||||
|
content types and / or specify a particular character encoding (Mattt Thompson)
|
||||||
|
|
||||||
|
* Add `AFURLConnectionOperation
|
||||||
|
-setShouldExecuteAsBackgroundTaskWithExpirationHandler:` to have operations
|
||||||
|
finish once an app becomes inactive (Mattt Thompson)
|
||||||
|
|
||||||
|
* Add support for pausing / resuming request operations (Peter Steinberger,
|
||||||
|
Mattt Thompson)
|
||||||
|
|
||||||
|
* Improve network reachability functionality in `AFHTTPClient`, including a
|
||||||
|
distinction between WWan and WiFi reachability (Kevin Harwood, Mattt Thompson)
|
||||||
|
|
||||||
|
|
||||||
= 0.9.2 / 2012-04-25
|
= 0.9.2 / 2012-04-25
|
||||||
|
|
||||||
* Add thread safety to `AFNetworkActivityIndicator` (Peter Steinberger, Mattt
|
* Add thread safety to `AFNetworkActivityIndicator` (Peter Steinberger, Mattt
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue