summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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 07633e58d..bba2a307f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,12 @@
Next release
============
+- Fix ``configure_zcml`` filespec check on Windows. Previously if an
+ absolute filesystem path including a drive letter was passed as
+ ``filename`` (or as ``configure_zcml`` in the options dict) to
+ ``repoze.bfg.router.make_app``, it would be treated as a
+ package:resource_name specification.
+
- Fix inaccuracies and import errors in bfgwiki (traversal+ZODB) and
bfgwiki2 (urldispatch+SA) tutorials.