From 6a79148f646fa474c962a5a7323554963c45177b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 10 Nov 2008 00:05:48 +0000 Subject: 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. --- CHANGES.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CHANGES.txt') 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 -- cgit v1.2.3