summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-01-10 00:51:45 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2015-01-10 00:51:45 -0800
commita939a9a4915d64d5f616ef77c3a54bbf98126efb (patch)
tree82188ea84a70e6f2913fcf0034076748121609f4 /changelog.rst
parentf532126de117faca621f3e3989b62819d659bf8b (diff)
Update changelog with 0.12.0 items.
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 8868c818..0ca35978 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,3 +1,18 @@
+0.12.0
+======
+
+Features:
+---------
+
+* Upgrade to prompt_toolkit version 0.26 (Thanks: https://github.com/macobo)
+ * Adds Ctrl-left/right to move the cursor one word left/right respectively.
+ * Internal API changes.
+* IPython integration through `ipython-sql`_ (Thanks: https://github.com/darikg)
+ * Add an ipython magic extension to embed pgcli inside ipython.
+ * Results from a pgcli query are sent back to ipython.
+
+.. _`ipython-sql`: https://github.com/catherinedevlin/ipython-sql
+
0.11.0
======