summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Koljonen <koljonen@outlook.com>2017-07-06 10:42:39 +0200
committerJoakim Koljonen <koljonen@outlook.com>2017-07-07 17:22:18 +0200
commit43dbe96936b378201dcc1d1cf06b7cf2f2524158 (patch)
tree6267e388daf1d3f80676cc952fad7b4614c3385d
parentf5784746d9c5145663a8477476601c5098588ba3 (diff)
Add change to changelog
-rw-r--r--changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index d207943f..59a11540 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -7,6 +7,7 @@ Upcoming
* Only set `LESS` environment variable if it's unset. (Thanks: `Irina Truong`_)
* Quote schema in `SET SCHEMA` statement (issue #469) (Thanks: `Irina Truong`_)
* Use CLI Helpers for pretty printing query results (Thanks: `Thomas Roten`_).
+* Skip serial columns when expanding * for `INSERT INTO foo(*` (Thanks: `Joakim Koljonen`_).
1.6.0
=====