summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2018-03-28 14:25:15 -0400
committerAndrew Kuchling <amk@amk.ca>2018-03-28 14:25:48 -0400
commitfbf12c3ee3def0a47f040c545f0d3313d9209662 (patch)
tree8bceef9f0c1c67953e2a8b22ac93618fc32c9e7c
parenta91afadccfea9fc2063f46989fb1b5028d30b6ee (diff)
#858: add changelog item
-rw-r--r--AUTHORS1
-rw-r--r--changelog.rst9
2 files changed, 10 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index a2437d81..899cacbe 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -74,6 +74,7 @@ Contributors:
* Chris Vaughn
* Frederic Aoustin
* Pierre Giraud
+ * Andrew Kuchling
Creator:
diff --git a/changelog.rst b/changelog.rst
index 5c24411f..10ad2089 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,6 +1,14 @@
Upcoming:
=========
+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`_)
+
+
Internal changes:
-----------------
@@ -735,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