summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
----------