summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2010-03-03 19:53:39 +0000
committerTres Seaver <tseaver@palladion.com>2010-03-03 19:53:39 +0000
commita45898012f1c07d020ecaa2d629902e5eed5fe0d (patch)
tree763aa190b06a97a1227bac53e89e91b6397ec60a /CHANGES.txt
parentbdafcc9389c225d857026d12e58e3602fd0114ff (diff)
downloadpyramid-a45898012f1c07d020ecaa2d629902e5eed5fe0d.tar.gz
pyramid-a45898012f1c07d020ecaa2d629902e5eed5fe0d.tar.bz2
pyramid-a45898012f1c07d020ecaa2d629902e5eed5fe0d.zip
Defer conditional import of IPython to avoid breakage under mod_wsgi.
o http://bugs.repoze.org/issue138
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7833eb35f..5b43d7292 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,9 @@ Backwards Incompatibilities
Bug Fixes
---------
+- Defer conditional import of IPython to avoid breakage under mod_wsgi.
+ http://bugs.repoze.org/issue138
+
- More correct conversion of provided ``renderer`` values to resource
specification values (internal).