summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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).