Changes
-------

0.1.3 (2015-02-10)
^^^^^^^^^^^^^^^^^^
* Documentation published on http://aiogibson.readthedocs.org/:

* Added wait closed finalizer;

* Improved test coverage to 99%;

* Fixed bug with canceled future;

* Added limit argument to mget command;

0.1.2 (2014-10-15)
^^^^^^^^^^^^^^^^^^
* Changed Reader interface to be similar to hiredis;

* Most methods from high level interface now return Future;

* Connection pool, works as drop in replacement for high level connection;

* Added more docstrings;


0.1.1 (2014-09-06)
^^^^^^^^^^^^^^^^^^
* Improved protocol parser;

* Added type checking in high-level commands;

* Added check for None arguments in connection execute command;


0.1.0 (2014-08-17)
^^^^^^^^^^^^^^^^^^
* Initial release;
