From 90cc90edfc42c200d565bef7957b6954ecf5e82f Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Sat, 28 Feb 2015 21:56:43 -0800 Subject: [PATCH] Changelog update. --- changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.rst b/changelog.rst index 7aeb586e..b9accb3e 100644 --- a/changelog.rst +++ b/changelog.rst @@ -8,6 +8,10 @@ Features: * Add a -v/--version flag to pgcli. * Add completion for TEMPLATE keyword and smart-completion for 'CREATE DATABASE blah WITH TEMPLATE '. (Thanks: `Daniel Rocco`_) +* Add custom decoders to json/jsonb to emulate the behavior of psql. This + removes the unicode prefix (eg: u'Éowyn') in the output. (Thanks: `Daniel Rocco`_) +* Add \df special command to show functions. (Thanks: darikg_) +* Make suggestions for special commands smarter. eg: \dn - only suggests schemas. (Thanks: darikg_) Bug Fixes: ----------