From 22721923a6da2532b4d9387b2dcaab87f23d37ab Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Fri, 9 Jan 2015 17:32:32 -0800 Subject: Add a changelog. --- changelog.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 changelog.rst diff --git a/changelog.rst b/changelog.rst new file mode 100644 index 00000000..e47577f0 --- /dev/null +++ b/changelog.rst @@ -0,0 +1,22 @@ +0.10.4 +====== + +Features: +--------- + +* Add \dn command. (Thanks: https://github.com/CyberDem0n) +* Add \x command. (Thanks: https://github.com/stuartquin) +* Auto-escape special column/table names. (Thanks: https://github.com/qwesda) +* Cancel a command using Ctrl+C. (Thanks: https://github.com/macobo) +* Faster startup by reading all columns and tables in a single query. (Thanks: https://github.com/macobo) +* Improved psql compliance with env vars and password prompting. (Thanks: https://github.com/darikg) + +Bug Fixes: +---------- +* Fix the broken behavior of \d+. (Thanks: https://github.com/macobo) +* Fix a crash during auto-completion. (Thanks: https://github.com/Erethon) + +Improvements: +------------- +* Faster test runs on TravisCI. (Thanks: https://github.com/macobo) +* Integration tests with Postgres!! (Thanks: https://github.com/macobo) -- cgit v1.2.3