Skip to content

Commit

Permalink
fix small types in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
raskasa committed Jun 27, 2015
1 parent d68430b commit c8c790a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ _2014-12-30_
This is a source-incompatible change. If you have code that calls
`RequestBody.contentLength()`, your compile will break with this
update. The change is binary-compatible, however: code compiled
for OkHttp 2.0 and 2.1 will continue work with this update.
for OkHttp 2.0 and 2.1 will continue to work with this update.

* **`COMPATIBLE_TLS` no longer supports SSLv3.** In response to the
[POODLE](http://googleonlinesecurity.blogspot.ca/2014/10/this-poodle-bites-exploiting-ssl-30.html)
Expand Down Expand Up @@ -417,7 +417,7 @@ in addition to synchronous blocking calls.
* **TunnelRequest is gone.** It specified how to connect to an HTTP proxy.
OkHttp 2 uses the new `Request` class for this.

* **Dispatcher** is a new class to manages the queue of asynchronous calls. It
* **Dispatcher** is a new class that manages the queue of asynchronous calls. It
implements limits on total in-flight calls and in-flight calls per host.

#### Implementation changes
Expand Down

0 comments on commit c8c790a

Please sign in to comment.