summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-10-21 01:32:48 -0500
committerMichael Merickel <michael@merickel.org>2015-10-21 01:32:48 -0500
commitb7350ee78ad4101ea4112741ab26ce583b620ea7 (patch)
tree73ddc449c5f4a44493bdb1c2349ef81d1eb17726 /CHANGES.txt
parent208e7b5e363b07476797d9f754962982c686e907 (diff)
downloadpyramid-b7350ee78ad4101ea4112741ab26ce583b620ea7.tar.gz
pyramid-b7350ee78ad4101ea4112741ab26ce583b620ea7.tar.bz2
pyramid-b7350ee78ad4101ea4112741ab26ce583b620ea7.zip
remove ipython and bpython from core
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4396c4356..8c1adc789 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,19 @@
1.6 (2015-04-14)
================
+Backward Incompatibilities
+--------------------------
+
+- IPython and BPython support have been removed from pshell in the core.
+ To continue using them on Pyramid 1.6+ you must install the binding
+ packages explicitly::
+
+ $ pip install pyramid_ipython
+
+ or
+
+ $ pip install pyramid_bpython
+
Features
--------