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-26 15:09:16 +0100
commit7a814a70ea5f495b072a86b686c8f62365ea4fca (patch)
treeaceecf5a9d5f6b85ee8e45ff16fda754b5dcb210
parent9ac56036eb24bfd8a50602c4d02faa8eae80da41 (diff)
downloadwebtest-7a814a70ea5f495b072a86b686c8f62365ea4fca.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