======
Features:
---------
* Change ``\h`` format string in prompt to only return the first part of the hostname,
up to the first '.' character. Add ``\H`` that returns the entire hostname (858).
(Thanks: `Andrew Kuchling`_)
* Add Color of table by parameter. The color of table is function of syntax style
Internal changes:
-----------------
* Add tests, AUTHORS and changelog.rst to release. (Thanks: `Dick Marinus`_)
Bug Fixes:
----------
* Fix broken pgcli --list command line option (850). (Thanks: `Dmitry B`_)