From eb006c0ea29286ff5d797f965841c75550e93425 Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Thu, 29 Jan 2015 22:23:09 -0800 Subject: [PATCH] Changelog update. --- changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.rst b/changelog.rst index 6b3940d8..68671e46 100644 --- a/changelog.rst +++ b/changelog.rst @@ -15,6 +15,8 @@ Bug Fixes: * Performance improvements to expanded view display (\x). * Cast bytea files to text while displaying. (Thanks: `Daniel Rocco`_) * Added a list of reserved words that should be auto-escaped. +* Auto-completion is now case-insensitive. +* Fix the broken completion for multiple sql statements. (Thanks: darikg_) 0.13.0 ======