Updated README for accuracy

This commit is contained in:
Gideon le Grange 2016-02-04 10:59:06 +02:00
parent c0e97f8138
commit 9d32ae054c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ This library uses [semantic versioning](http://semver.org/)
Version 3.0 addresses the problems the API had around TLS encryption. The way secure connections are implemented is changed so that the user has complete control over the creation of TLS sockets. To this end:
* A new method, `connect(SocketFactory fact, String host, int port, int timeout)`, was added to allow for better user control over sockets and especially encryption.
* The `connectTLS()` API methods were removed.
* All the overloaded `connect()` methods were removed.
* Most of the overloaded `connect()` methods were removed.
* Added a pre-built `jar` file to the downloads.
Further changes include: