summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-01-21 21:45:38 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2015-01-21 21:45:38 -0800
commitcfa67eb87503ea825aefb072b3efa7adfb6916ea (patch)
treeec5897bb28fae4258c9d5d7ae505c52489cf0994 /changelog.rst
parent591534cfc8998dcdc1c40beca4f4895074ed7099 (diff)
Update changelog.
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index b3e0d53c..0d4881c8 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,3 +1,19 @@
+current
+=======
+
+Features:
+---------
+* Add alias completion support to ON keyword. (Thanks: `Iryna Cherniavska`_)
+* Add LIMIT keyword to completion.
+* Confirm before printing large tables.
+
+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.
+
0.13.0
======
@@ -63,3 +79,5 @@ Improvements:
* Integration tests with Postgres!! (Thanks: https://github.com/macobo)
.. _darikg: https://github.com/darikg
+.. _`Iryna Cherniavska`: https://github.com/j-bennet
+.. _`Daniel Rocco`: https://github.com/drocco007