summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-07-22 19:14:27 +0000
committerChris McDonough <chrism@agendaless.com>2009-07-22 19:14:27 +0000
commit3099cfbbe404aaed7004e421aab09cf77b285c1a (patch)
tree205785be7bd36d55e127ad44faaf873d6c910b88 /CHANGES.txt
parentb8e2b16985c7e5b4cabf87be73c6384266b8d3b6 (diff)
downloadpyramid-3099cfbbe404aaed7004e421aab09cf77b285c1a.tar.gz
pyramid-3099cfbbe404aaed7004e421aab09cf77b285c1a.tar.bz2
pyramid-3099cfbbe404aaed7004e421aab09cf77b285c1a.zip
- Added support for ``has_resource``, ``resource_isdir``, and
``resource_listdir`` to the resource "OverrideProvider"; this fixes a bug with a symptom that a file could not be overridden in a resource directory unless a file with the same name existed in the original directory being overridden.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index cd079950b..8e02a5bea 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,12 @@
Next release
============
+- Added support for ``has_resource``, ``resource_isdir``, and
+ ``resource_listdir`` to the resource "OverrideProvider"; this fixes
+ a bug with a symptom that a file could not be overridden in a
+ resource directory unless a file with the same name existed in the
+ original directory being overridden.
+
- Fixed documentation bug showing invalid test for values from the
``matchdict``: they are stored as attributes of the ``Article``, rather
than subitems.