From 168c10641aecba898616c01a25091b745362e366 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 13 Apr 2009 21:01:40 +0000 Subject: Revert r4137: it's making the test fixtures too complicated. --- CHANGES.txt | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 61640109b..463daf95c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,16 +1,3 @@ -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