From b6cef5185dcb4e9ff6c26c378f65590daaa8d828 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 13 Apr 2009 20:09:37 +0000 Subject: - ``repoze.bfg.testing.DummyRequest`` will now contain ``params``, ``GET``, and ``POST`` attributes that are instances of the class ``FauxMultiDict``. A FauxMultiDict differs from a "plain" dictionary inasmuch as it has a ``getall`` method. ``getall`` is an interface exposed by the MultiDict implementation used by WebOb for ``params``, ``GET``, and ``POST``. --- CHANGES.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 463daf95c..61640109b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,16 @@ +Next release +============ + +Features +-------- + +- ``repoze.bfg.testing.DummyRequest`` will now contain ``params``, + ``GET``, and ``POST`` attributes that are instances of the class + ``FauxMultiDict``. A FauxMultiDict differs from a "plain" + dictionary inasmuch as it has a ``getall`` method. ``getall`` is an + interface exposed by the MultiDict implementation used by WebOb for + ``params``, ``GET``, and ``POST``. + 0.7.0 (2009-04-11) ================== -- cgit v1.2.3