1
0
Fork 0

Update changelog.

This commit is contained in:
Amjith Ramanujam 2015-01-21 21:45:38 -08:00
parent 591534cfc8
commit cfa67eb875
1 changed files with 18 additions and 0 deletions

View File

@ -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