Skip to content

Commit

Permalink
Fix changelog: Sent -> Received
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed May 31, 2016
1 parent efd74cb commit 3a8f2c6
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 3a8f2c6

Please sign in to comment.