summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-11-10 00:05:48 +0000
committerChris McDonough <chrism@agendaless.com>2008-11-10 00:05:48 +0000
commit6a79148f646fa474c962a5a7323554963c45177b (patch)
tree81bd237ce79b2f349a90b5ac123969ef39e35b6a /CHANGES.txt
parent747cd4e494285c1297953d76c33278feb622efca (diff)
downloadpyramid-6a79148f646fa474c962a5a7323554963c45177b.tar.gz
pyramid-6a79148f646fa474c962a5a7323554963c45177b.tar.bz2
pyramid-6a79148f646fa474c962a5a7323554963c45177b.zip
Features
- Added a ``clone`` method and a ``__contains__`` method to the DummyModel testing object. - Allow DummyModel objects to receive extra keyword arguments, which will be attached as attributes. - The DummyTemplateRenderer now returns ``self`` as its implementation.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9f799aff6..72b1b2699 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,15 @@
+0.4.5 (11/9/2008)
+
+ Features
+
+ - Added a ``clone`` method and a ``__contains__`` method to the
+ DummyModel testing object.
+
+ - Allow DummyModel objects to receive extra keyword arguments, which
+ will be attached as attributes.
+
+ - The DummyTemplateRenderer now returns ``self`` as its implementation.
+
0.4.4 (11/8/2008)
Features