diff options
| author | ianb <devnull@localhost> | 2008-03-26 02:24:48 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2008-03-26 02:24:48 +0000 |
| commit | fe678eb753629f27048e6fd8986e5db010fc5a7c (patch) | |
| tree | e9fc61fd8ae0acdd6325e8fca974e9077a1d8e29 /docs | |
| parent | a210e9adaeef670c1d9f689316d9559cd13fa910 (diff) | |
| download | paste-fe678eb753629f27048e6fd8986e5db010fc5a7c.tar.gz | |
Requests can send more than one cookie (#238)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt index c3a8b83..b523abb 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -29,7 +29,10 @@ svn trunk * Exceptions with unicode messages don't cause the collector to fail. * Sometimes ErrorMiddleware would not call start_response properly; - this is fixed (from inducer). + this is fixed (from Andreas Kloecker). + +* ``paste.fixture.TestApp`` can store multiple cookie values + (previously only one cookie was stored; from Andrey Lebedev) 1.6.1 ----- |
