=====================
PyGuacamole changelog
=====================

0.9 (2019-10-11)
----------------

- Add support for `select` instruction for reconnecting to existing session.

0.7 (2019-01-04)
----------------

- Fix Python 3.x support.

0.6 (2016-03-17)
----------------

- Tested with Guacamole 0.9.9
- Fix missing `image` instruction in handshake (by Robin Gohmert @Ayuto)
- Harden handshake test.
- Update license.

0.3 (2015-10-21)
----------------

- Python 3.4 support.
- Tested with Guacamole 0.9.8
- Support for client/connection ID (`ready` instruction).
- Using tox.


0.2 (2014-10-22)
----------------

- More robust instruction parsing.
- Unicode support.
- More unit tests.
- Moved encode_arg & decode_instruction as @staticmethod.
- Added README.rst.
