Skip to content

Commit

Permalink
Merge pull request square#2595 from bryant1410/patch-1
Browse files Browse the repository at this point in the history
Fix changelog: Sent -> Received
  • Loading branch information
swankjesse committed May 31, 2016
2 parents efd74cb + 3a8f2c6 commit c8c073c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _2016-05-24_

* New: `Response.sentRequestAtMillis()` and `receivedResponseAtMillis()`
methods track the system's local time when network calls are made. These
replace the `OkHttp-Sent-Millis` and `OkHttp-Sent-Millis` headers that were
replace the `OkHttp-Sent-Millis` and `OkHttp-Received-Millis` headers that were
present in earlier versions of OkHttp.
* New: Accept user-provided trust managers in `OkHttpClient.Builder`. This
allows OkHttp to satisfy its TLS requirements directly. Otherwise OkHttp
Expand Down

0 comments on commit c8c073c

Please sign in to comment.