summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-02-26 23:35:56 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2015-02-26 23:35:56 -0800
commit09da888f88d46eddf01b73c0453f603620f781cf (patch)
treeabf2bef88737db7bf7cd4e612d4c83f9896a2494
parenteded02a0a854339e106157457506a3a5f9e30a17 (diff)
Update changelog.
-rw-r--r--changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 630d421f..7aeb586e 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -15,6 +15,8 @@ Bug Fixes:
* Make \dt command honor the explicit schema specified in the arg. (Thanks: darikg_)
* Print BIGSERIAL type as Integer instead of Float.
* Show completions for special commands at the beginning of a statement. (Thanks: `Daniel Rocco`_)
+* Allow special commands to work in a multi-statement case where multiple sql
+ statements are separated by semi-colon in the same line.
0.15.4
======