Adding release notes for 1.0.1
This commit is contained in:
parent
8603f8f653
commit
9cde4e4584
1 changed files with 22 additions and 1 deletions
23
CHANGES
23
CHANGES
|
|
@ -1,4 +1,4 @@
|
||||||
= Master
|
= 1.0.1 / 2012-11-01
|
||||||
|
|
||||||
* Fix error in multipart upload streaming, where byte range at boundaries
|
* Fix error in multipart upload streaming, where byte range at boundaries
|
||||||
was not correctly calculated (Stan Chang Khin Boon)
|
was not correctly calculated (Stan Chang Khin Boon)
|
||||||
|
|
@ -7,6 +7,27 @@ was not correctly calculated (Stan Chang Khin Boon)
|
||||||
placeholderImage:success:failure`:, it is now the responsibility of the
|
placeholderImage:success:failure`:, it is now the responsibility of the
|
||||||
block to set the image of the image view (Mattt Thompson)
|
block to set the image of the image view (Mattt Thompson)
|
||||||
|
|
||||||
|
* Add `JSONReadingOptions` property to `AFJSONRequestOperation` (Jeremy
|
||||||
|
Foo, Mattt Thompson)
|
||||||
|
|
||||||
|
* Using __weak self / __strong self pattern to break retain cycles in
|
||||||
|
background task and network reachability blocks (Jerry Beers, Dan Weeks)
|
||||||
|
|
||||||
|
* Fix parameter encoding to leave period (`.`) unescaped (Diego Torres)
|
||||||
|
|
||||||
|
* Fixing last file component in multipart form part creation (Sylver
|
||||||
|
Bruneau)
|
||||||
|
|
||||||
|
* Remove executable permission on AFHTTPClient source files (Andrew
|
||||||
|
Sardone)
|
||||||
|
|
||||||
|
* Fix warning (error with -Werror) on implicit 64 to 32 conversion (Dan
|
||||||
|
Weeks)
|
||||||
|
|
||||||
|
* Add GitHub's .gitignore file (Nate Stedman)
|
||||||
|
|
||||||
|
* Updates to README (@ckmcc)
|
||||||
|
|
||||||
= 1.0 / 2012-10-15
|
= 1.0 / 2012-10-15
|
||||||
|
|
||||||
* AFNetworking now requires iOS 5 / Mac OSX 10.7 or higher (Mattt Thompson)
|
* AFNetworking now requires iOS 5 / Mac OSX 10.7 or higher (Mattt Thompson)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue