summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-03-10 00:20:57 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-03-10 00:20:57 -0700
commitb19537ac3b74b1f805d92dc48d8e2b2e7bbb025c (patch)
treef04e1abaa66d3751dec55701ab6307b2d721a143 /changelog.rst
parentcc41a4ea6caa07b104f8a6e6aebe743ffd8098d9 (diff)
Update changelog.
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/changelog.rst b/changelog.rst
index 925b486d..90cf1fe5 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,10 +3,10 @@
Bug Fixes:
----------
-* Fix the bug where the schema qualifier was ignored by the auto-completion.
- This now results in better suggestions for tables vs functions. (Thanks: darikg_)
+* Fix a bug where the schema qualifier was ignored by the auto-completion.
+ As a result the suggestions for tables vs functions are cleaner. (Thanks: darikg_)
* Add the FUNCTION keyword to auto-completion.
-
+* Display NULL values as <null> instead of empty strings.
0.16.1
======