-------------------- * Updated README (mainly for PyPi)
2.2.5
------------------ * Explicitly declaring and testing Python 3.5, 3.6, and 3.7 support * Tornado 5.x support (Tornado 4.x is supported as well) * Dropped support for Python 2.6 and 3.3
2.2.4
------------------ * Resiliency to PostgreSQL restarts (`issue 147`_) * Provide a useful `__repr__()` method for `ConnectionContainer` (`issue 146`_) * Dropped support for Python 3.2 - Tornado stopped supporting it as well * Fixed potential conflict in connection management (`issue 139`_)