diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 13 |
1 files changed, 13 insertions, 0 deletions
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) ================== |
