summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-16 13:31:20 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-16 13:31:20 -0500
commitffcebc274b84b85a0b8c93c2aca8756df4baa236 (patch)
tree29dab20e3176c47b37d8a133fd9d4fee52f75b63 /NEWS.txt
parent97ac0bc1947b3c5ea7d262d268f42ab629117441 (diff)
Issue a warning if characters were replaced with REPLACEMENT CHARACTER during Unicode conversion.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/NEWS.txt b/NEWS.txt
index cd28490..5dbd044 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,7 +1,14 @@
+= 4.0.0b7 () =
+
+* Issue a warning if characters were replaced with REPLACEMENT
+ CHARACTER during Unicode conversion.
+
= 4.0.0b6 (20110216) =
-* The value of multi-valued attributes like "class" are always turned
- into a list, even if there's only one value.
+* Multi-valued attributes like "class" always have a list of values,
+ even if there's only one value in the list.
+
+* Added a number of multi-valued attributes defined in HTML5.
* Stopped generating a space before the slash that closes an
empty-element tag. This may come back if I add a special XHTML mode