summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2017-12-20 20:50:22 -0800
committerGitHub <noreply@github.com>2017-12-20 20:50:22 -0800
commit64f42f211de19b8b80ac15425f863d959e9a23a6 (patch)
treea0afb56866eebdfe4c8c7043a8bea4f97001f6fd
parent460d9a418ecf95e06fe800a37a02a186ba8fc0ae (diff)
parent4cbb0f408f6a706649777dfd1725ce1ae242dc86 (diff)
Merge pull request #825 from dbcli/j-bennet/more-release-1.8.2
More changes added to 1.8.2 release.
-rw-r--r--AUTHORS4
-rw-r--r--changelog.rst13
2 files changed, 10 insertions, 7 deletions
diff --git a/AUTHORS b/AUTHORS
index d865ab1b..20624082 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -70,7 +70,9 @@ Contributors:
* Dmitry B
* Isank
* Marcin Sztolcman
-
+ * Bojan Delić
+
+
Creator:
--------
Amjith Ramanujam
diff --git a/changelog.rst b/changelog.rst
index a21503cc..6701abcd 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,12 +1,12 @@
-Upcoming
-========
-* Use other prompt (prompt_dsn) when connecting using --dsn parameter. (Thanks: `Marcin Sztolcman`_)
-
-TODO
-
1.8.2
=====
+Features:
+---------
+
+* Use other prompt (prompt_dsn) when connecting using --dsn parameter. (Thanks: `Marcin Sztolcman`_)
+* Include username into password prompt. (Thanks: `Bojan Delić`_)
+
Internal changes:
-----------------
* Use temporary dir as config location in tests. (Thanks: `Dmitry B`_)
@@ -766,3 +766,4 @@ Improvements:
.. _`Dmitry B`: https://github.com/oxitnik
.. _`Marcin Sztolcman`: https://github.com/msztolcman
.. _`Isank`: https://github.com/isank
+.. _`Bojan Delić`: https://github.com/delicb