summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2013-02-22 17:39:22 +0100
committerDomen Kožar <domen@dev.si>2013-02-22 17:56:58 +0100
commitb17eabda4c6da2640c2bd1b7f44bf22d4c5be9a5 (patch)
tree7ff88c80f7bcbcb8b1248f3ffba259ccc776e94e /docs
parent9e919716e8fa834a2dd7b5c0c00837351fa17adb (diff)
downloadwebtest-b17eabda4c6da2640c2bd1b7f44bf22d4c5be9a5.tar.gz
update changelog a bit
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/news.txt b/docs/news.txt
index fbf9d45..97ba67e 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -1,18 +1,21 @@
News
====
-1.4.3
------
+2.0dev
+------
-* fully implement decoding of HTML entities
+* Fully implement decoding of HTML entities
-* fix tox configuration
+* Fix tox configuration
* Implement `TestApp.cookiejar` support and kindof keep
`TestApp.cookies` functionality. `TestApp.cookies`
should be treated as read-only.
[Domen Kožar]
+* Split Selenium integration into separate package webtest-selenium
+ [gawel]
+
1.4.2
-----