From b19537ac3b74b1f805d92dc48d8e2b2e7bbb025c Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Tue, 10 Mar 2015 00:20:57 -0700 Subject: [PATCH] Update changelog. --- changelog.rst | 6 +++--- 1 file 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 instead of empty strings. 0.16.1 ======