summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-02-08 14:09:12 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2015-02-08 14:09:12 -0800
commit3afb59c83d82a358efcfdc8ee4172132459a52ae (patch)
tree86c22d8cb9d6ffb0a178d6bc8e0097cbc1a9d77d
parent749a69d621e7ba63fc315fc01567624020fd3385 (diff)
Update changelog.
-rw-r--r--changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 5cb9079b..0d89a50c 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -5,6 +5,8 @@ Features:
---------
* Add syntax color styles to config.
* Add auto-completion for COPY statements.
+* Change Postgres adapter to psycopg2cffi, to make it PyPy compatible.
+ Now pgcli can be run by PyPy.
Bug Fixes:
----------