summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-01-09 17:32:32 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2015-01-09 17:32:32 -0800
commit22721923a6da2532b4d9387b2dcaab87f23d37ab (patch)
tree0157e93410ef7e9abd3153b4016f49fb2add6a17
parent97b36a993d5481c71824088834c66f3164a286ad (diff)
Add a changelog.
-rw-r--r--changelog.rst22
1 files changed, 22 insertions, 0 deletions
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)