summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorfraoustin <fraoustin@gmail.com>2018-03-29 18:58:43 +0200
committerfraoustin <fraoustin@gmail.com>2018-03-29 18:58:43 +0200
commit7563f514af66ffecc62818588557610b3ae3c933 (patch)
tree74d2b596ec234fd23302af6d70f3c4807b278300 /changelog.rst
parent344317df34c1ebf5be4876f08240b3296dc8e487 (diff)
add feature in changelog
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst18
1 files changed, 17 insertions, 1 deletions
diff --git a/changelog.rst b/changelog.rst
index c462ee79..8ee1cc3d 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,7 +1,22 @@
Upcoming:
=========
-TODO
+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`_)
1.9.0
=====
@@ -728,6 +743,7 @@ Improvements:
* Integration tests with Postgres!! (Thanks: https://github.com/macobo)
.. _`Amjith Ramanujam`: https://github.com/amjith
+.. _`Andrew Kuchling`: https://github.com/akuchling
.. _`Darik Gamble`: https://github.com/darikg
.. _`Daniel Rocco`: https://github.com/drocco007
.. _`Jay Zeng`: https://github.com/jayzeng