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 4adab96d4..ccda60d52 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -66,6 +66,12 @@ Internals
- The ``repoze.bfg.zcml.Uncacheable`` class has been removed.
+- The ``repoze.bfg.resource.resource_spec`` function has been removed.
+
+- All ZCML directives which deal with attributes which are paths now
+ use the ``path`` method of the ZCML context to resolve a relative
+ name to an absolute one (imperative configuration requirement).
+
Backwards Incompatibilites
--------------------------