summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-15 14:44:05 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-15 14:44:05 -0500
commitac197c5ad0ffe0795436cb54e0766640d12c6a31 (patch)
tree23938b1e3f83692d893bb966b5470e78f1f28dd3 /NEWS.txt
parenta06152365c336f41bdb5fb9513b9316740c1564a (diff)
The value of multi-valued attributes like class are always turned into a list, even if there's only one value.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 1c3e19c..ea49586 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,5 +1,8 @@
= 4.0.0b6 () =
+* The value of multi-valued attributes like "class" are always turned
+ into a list, even if there's only one value.
+
* Passing text along with tag-specific arguments to a find* method:
find("a", text="Click here")