summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2012-11-23 15:18:47 +0100
committerDomen Kožar <domen@dev.si>2012-11-23 15:33:35 +0100
commit739c662facb5407a58d17e5a6a649355da60883b (patch)
treeac961c32cab808bc29a124f4a7d20742e5f46529
parentffde73c5d7d59f26ef420b51d5a94b74440e40b8 (diff)
downloadwebtest-739c662facb5407a58d17e5a6a649355da60883b.tar.gz
update changelog
-rw-r--r--docs/news.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt
index ffb7a99..bc64983 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -1,6 +1,13 @@
News
====
+1.4.3
+-----
+
+* fully implement decoding of HTML entities
+
+* fix tox configuration
+
1.4.2
-----
@@ -17,7 +24,7 @@ News
* Preserve field order during parsing (support for deform and such)
-* Allow equals sign in the cookie by spliting name-value-string pairs on
+* allow equals sign in the cookie by spliting name-value-string pairs on
the first '=' sign as per
http://tools.ietf.org/html/rfc6265#section-5.2