From 5aee8e72929e12160e83c9d989711d717b3ad6ae Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Wed, 8 Oct 2014 05:46:48 +0200 Subject: [PATCH] Updated README for 2.0.1 --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bcd6641..97408d3 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,15 @@ This project provides a Java client to manipulate Mikrotik routers using the rem Versions -------- -The current stable version is 2.0.0. This version is not backwards compatible with version 1.x. +The current stable version is 2.0.1. -* Changed ResultListener to receive errors and completion notifications. +* fixed parsing of !=, < and > operators in a where clause. -Previous versions: +Previous 2.0 versions: + +* 2.0.0 changed ResultListener to receive errors and completion notifications. This version is not backwards compatible with version 1.x. + +Previous 1.1 versions: * 1.1.5 fixed even more comamnd line parsing bugs. * 1.1.4 fixed command line parsing bugs #7 and #8.