From 024188f28afdefb493bb652dc506af6e42dd4c4a Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Mon, 25 Apr 2016 13:23:14 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa101dd..906cd5f 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ This project provides a Java client to manipulate Mikrotik routers using the rem **The current stable version is 3.0.1** -### Changes in version 3.0: - Version 3.0.1 fixes a harmless but annoying stack trace bug (#34). +### Changes in version 3.0: + 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.