summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-03 23:06:20 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-03 23:06:20 +0000
commitab4e7b9befb1b84deedfcb29766e8250113ba566 (patch)
tree669204dd5f167ee57fcc20fbf08621a559d161f3 /CHANGES.txt
parent49ce9b5339756a9c4f195e4987f3c233ee77a9f8 (diff)
downloadpyramid-ab4e7b9befb1b84deedfcb29766e8250113ba566.tar.gz
pyramid-ab4e7b9befb1b84deedfcb29766e8250113ba566.tar.bz2
pyramid-ab4e7b9befb1b84deedfcb29766e8250113ba566.zip
- ``repoze.bfg.testing.DummyModel`` now accepts a new constructor
keyword argument: ``__provides__``. If this constructor argument is provided, it should be an interface or a tuple of interfaces. The resulting model will then provide these interfaces (they will be attached to the constructed model via ``zope.interface.alsoProvides``).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 641da1317..db7415a2f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,16 @@
+Next release
+============
+
+Features
+--------
+
+- ``repoze.bfg.testing.DummyModel`` now accepts a new constructor
+ keyword argument: ``__provides__``. If this constructor argument is
+ provided, it should be an interface or a tuple of interfaces. The
+ resulting model will then provide these interfaces (they will be
+ attached to the constructed model via
+ ``zope.interface.alsoProvides``).
+
1.2a3 (2009-01-02)
==================