Skip to content

Commit

Permalink
Update changelog for 1.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Mar 29, 2014
1 parent 0188a46 commit 5a8c7d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

## Version 1.5.3

_2014-03-29_

* Fix bug where the Content-Length header was not always dropped when
following a redirect from a POST to a GET.
* Implement basic support for `Thread.interrupt()`. OkHttp now checks
for an interruption before doing a blocking call. If it is interrupted,
it throws an `InterruptedIOException`.

## Version 1.5.2

_2014-03-17_
Expand Down

0 comments on commit 5a8c7d8

Please sign in to comment.