summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-06-24 06:09:34 +0000
committerChris McDonough <chrism@agendaless.com>2009-06-24 06:09:34 +0000
commit5e3e39bfb3fe6d5252e428f2eea4e34498b24ba1 (patch)
treec664505d08c4c32e03d8a35412e074018c42e90f /CHANGES.txt
parent67ed638711502b889c384c10fd31723f34b15932 (diff)
downloadpyramid-5e3e39bfb3fe6d5252e428f2eea4e34498b24ba1.tar.gz
pyramid-5e3e39bfb3fe6d5252e428f2eea4e34498b24ba1.tar.bz2
pyramid-5e3e39bfb3fe6d5252e428f2eea4e34498b24ba1.zip
Note BFG on GAE bugfix.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index da82c3417..a205cca2f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,11 @@ Bug Fixes
- ``model_url`` when passed a request that was generated as a result
of a route match would fail in a call to ``route.generate``.
+- BFG-on-GAE didn't work due to a corner case bug in the fallback
+ Python implementation of ``threading.local`` (symptom:
+ "Initialization arguments are not supported"). Thanks to Michael
+ Bernstein for the bug report.
+
Documentation
-------------