summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-04-14 22:16:13 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-04-14 22:16:13 -0700
commite1958c0f9bad34edd6cb9775a28c276655729505 (patch)
tree74f7fc754aa02c6ff8df028e2a56196d66d8efdb /changelog.rst
parentc7f173d4ca97819f9db5b1c704a09a82e5106e62 (diff)
Add instructions for RPM and DEB package building.
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 57f11c5b..e0465b55 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -5,11 +5,13 @@ Features:
---------
* Add support for auto-completing view names. (Thanks: darikg_)
+* Add support for building RPM and DEB packages. (Thanks: dp_)
Bug Fixes:
----------
* Fix the table formatting while printing multi-byte characters (Chinese, Japanese etc). (Thanks: `蔡佳男`_)
+* Fix a crash when pg_catalog was present in search path. (Thanks: darikg_)
0.16.3
======
@@ -186,3 +188,4 @@ Improvements:
.. _`Daniel Rocco`: https://github.com/drocco007
.. _`Jay Zeng`: https://github.com/jayzeng
.. _`蔡佳男`: https://github.com/xalley
+.. _dp: https://github.com/ceocoder