summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIryna Cherniavska <i.chernyavska@gmail.com>2015-08-28 22:38:18 -0700
committerIryna Cherniavska <i.chernyavska@gmail.com>2015-08-28 22:38:18 -0700
commit804dd446b5ddae4d5228d2a30e7b8ee22cdeda50 (patch)
treeab16469779e1d8c8286fec3630e5df0b3f648096
parent6e1bc6fcd1970b5f566d5b264ebc52bbd5858dad (diff)
Updated changelog and AUTHORS for v0.19.2.
-rw-r--r--AUTHORS6
-rw-r--r--changelog.rst28
2 files changed, 31 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 7377618d..46cd0dfc 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -12,11 +12,11 @@ Contributors:
* Brett
* Daniel Schwarz
* Stuart Quin
- * xalley
* Jonathan Slenders
- * Michael Kaminsky
- * Alexander Kukushkin
+ * xalley
* François Pietka
+ * Alexander Kukushkin
+ * Michael Kaminsky
* Jay Zeng
* Ludovic Gasc (GMLudo)
* Marc Abramowitz
diff --git a/changelog.rst b/changelog.rst
index 24317bfb..95bca70e 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,3 +1,31 @@
+0.19.2
+======
+
+Features:
+---------
+
+* Autocompletion for database name in \c and \connect. (Thanks: `Darik Gamble`_).
+* Improved multiline query support by correctly handling open quotes. (Thanks: `Darik Gamble`_).
+* Added \pager command.
+* Enhanced \i to run multiple queries and display the results for each of them
+* Added keywords to suggestions after WHERE clause.
+* Enabled autocompletion in named queries. (Thanks: `Iryna Cherniavska`_).
+* Path to .pgclirc can be specified in command line. (Thanks: `Iryna Cherniavska`_).
+* Added support for pg_service_conf file. (Thanks: `Iryna Cherniavska`_).
+* Added custom styles. (Contributor: `Darik Gamble`_).
+
+Internal Changes:
+-----------------
+
+* More completer test cases. (Thanks: `Darik Gamble`_).
+* Updated sqlparse version from 0.1.14 to 0.1.16. (Thanks: `Darik Gamble`_).
+* Upgraded to prompt_toolkit 0.46. (Thanks: `Jonathan Slenders`_).
+
+BugFixes:
+---------
+* Fixed the completer crashing on invalid SQL. (Thanks: `Darik Gamble`_).
+* Fixed unicode issues, updated tests and fixed broken tests.
+
0.19.1
======