diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-09-04 05:58:05 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-09-04 05:58:05 +0000 |
| commit | 23756f9943958e957270ad84912dc074ddc3b026 (patch) | |
| tree | 936a47d40f5f5df1c1b9d89bc2c627e27148ccda /CHANGES.txt | |
| parent | 6f97fecf3b0a4fa9f3cb193b6efad3fc6fd67d44 (diff) | |
| download | pyramid-23756f9943958e957270ad84912dc074ddc3b026.tar.gz pyramid-23756f9943958e957270ad84912dc074ddc3b026.tar.bz2 pyramid-23756f9943958e957270ad84912dc074ddc3b026.zip | |
- Allow configuration cache to be bypassed by actions which include
special "uncacheable" discriminators (for actions that have
variable results).
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c4ae68324..332b2b3b3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,10 @@ Next Release - Add startup process docs. + - Allow configuration cache to be bypassed by actions which include + special "uncacheable" discriminators (for actions that have + variable results). + Bug Fixes - Move core repoze.bfg ZCML into a ``repoze.bfg.includes`` package so we can |
