Updated for version 2.0.3
This commit is contained in:
parent
ae639d323f
commit
0408db9b61
|
|
@ -10,14 +10,15 @@ Versions
|
|||
|
||||
This library uses [semantic versioning](http://semver.org/)
|
||||
|
||||
**The current stable version is 2.0.2.**
|
||||
**The current stable version is 2.0.3.**
|
||||
|
||||
### Changes in version 2.0.2:
|
||||
|
||||
* Fixed bug #13 - processor thread wasn't being stopped on disconnect(), causing non-exit of application in some cases.
|
||||
* Fixed bug #18 - An empty username in ```login()``` caused the API to hang.
|
||||
|
||||
### Previous 2.0 versions:
|
||||
|
||||
* 2.0.2 Fixed bug #13 - processor thread wasn't being stopped on disconnect(), causing non-exit of application in some cases.
|
||||
* 2.0.1 fixed parsing of !=, < and > operators in a where clause.
|
||||
* 2.0.0 changed ResultListener to receive errors and completion notifications. This version is not backwards compatible with version 1.x.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue