summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2013-02-21 17:51:39 +0100
committerDomen Kožar <domen@dev.si>2013-02-21 17:51:54 +0100
commiteb48bb98f9cfc69f7cbd9af572cdeaf9dca48a1b (patch)
treecd2e2ffbdbddcb6c952b1d721798bc81156e9755 /docs
parentf0191f33d36d75630f5e82e8cd4963acfb416728 (diff)
downloadwebtest-eb48bb98f9cfc69f7cbd9af572cdeaf9dca48a1b.tar.gz
Use cookielib.CookieJar, welcome to 2008.
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index bc64983..fbf9d45 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -8,6 +8,11 @@ News
* fix tox configuration
+* Implement `TestApp.cookiejar` support and kindof keep
+ `TestApp.cookies` functionality. `TestApp.cookies`
+ should be treated as read-only.
+ [Domen Kožar]
+
1.4.2
-----