summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Schmolck <alexander.schmolck@smarkets.com>2017-05-25 13:46:51 +0100
committerAlexander Schmolck <alexander.schmolck@smarkets.com>2017-05-25 14:49:30 +0100
commit52e47f37055cec4cfcb9fdb4ee7bba0b320c0c51 (patch)
tree1f5aa5d3d31168576c6577499ab23dd087711c1c
parent0c729909cd85b72f1879671c57daf3fbb424ebe9 (diff)
Update AUTHORS and changelog.rst
-rw-r--r--AUTHORS7
-rw-r--r--changelog.rst2
2 files changed, 6 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 9863c81e..a35ca06b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,6 @@
-Many thanks to the following contributors.
+Many thanks to the following contributors.
-Project Lead:
+Project Lead:
-------------
* Irina Truong
@@ -13,7 +13,7 @@ Core Devs:
* Daniel Rocco
* Karl-Aksel Puulmann
* Dick Marinus
-
+
Contributors:
-------------
* Brett
@@ -64,6 +64,7 @@ Contributors:
* Hraban Luyat
* Jackson Popkin
* Gustavo Castro
+ * Alexander Schmolck
Creator:
--------
diff --git a/changelog.rst b/changelog.rst
index 49db98a4..cff7db42 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -10,6 +10,7 @@ Features:
* Completions after ORDER BY and DISTINCT now take account of table aliases. (Thanks: `Owen Stephens`_)
* Narrow keyword candidates based on previous keyword. (Thanks: `Étienne Bersac`_)
* Opening an external editor will edit the last-run query. (Thanks: `Thomas Roten`_)
+* Support query options in postgres URIs such as ?sslcert=foo.pem (Thanks: `Alexander Schmolck`_)
Bug fixes:
----------
@@ -690,3 +691,4 @@ Improvements:
.. _`Étienne Bersac`: https://github.com/bersace
.. _`Thomas Roten`: https://github.com/tsroten
.. _`Gustavo Castro`: https://github.com/gustavo-castro
+.. _`Alexander Schmolck`: https://github.com/aschmolck