summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2017-03-13 23:04:02 -0700
committerGitHub <noreply@github.com>2017-03-13 23:04:02 -0700
commitffc7f7a64f157526726c1b30311c8ca65fde82db (patch)
tree019c4f44f2ff7db2b1eead337e03ab5984b25515
parentefe905a2aa924592bec6bf38e5c20269cd0dd771 (diff)
parent6a30874e3d8389577365ed7b64775412461a3995 (diff)
Merge pull request #666 from dbcli/j-bennet/release-1.5.1
Changelog for bugfix release 1.5.1.
-rw-r--r--changelog.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/changelog.rst b/changelog.rst
index 5514c17b..5f61ee8f 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,15 +1,17 @@
-Upcoming
-========
+1.5.1
+=====
Features:
---------
* Better suggestions when editing functions (Thanks: `Joakim Koljonen`_)
* Command line option for ``--less-chatty``. (Thanks: `tk`_)
+* Added ``MATERIALIZED VIEW`` keywords. (Thanks: `Joakim Koljonen`_).
Bug fixes:
----------
* Support unicode chars in expanded mode. (Thanks: `Amjith Ramanujam`_)
+* Fixed "set_session cannot be used inside a transaction" when using dsn. (Thanks: `Irina Truong`_).
1.5.0
=====